What mean "work" for you?
What are u trying to achieve? If you expect to have continuous vertical movement for "rb.velocity = new Vector2(Horizontal, 68943);" in Update, you need to remove the " rb.velocity = new Vector2(Horizontal, vertical);" in the fixedUpdate, because its overwriting the value assigned in Update