//speed of rigidbody in m/s float speed = rigidbody.velocity.magnitude;
rb.velocity = new Vector3(0, 10, 0);