Hello I am trying to make a ball fly towards the target using nothing but velocity (I cannot use rocket propulsion or body positioning for this)
If I have a starting position of Vector3.new(0,0,0)
And my target is Vector3.new(20,20,150)
And the ball has 5 seconds to move to the target
Does anybody know how I can calculate the velocity needed in a BodyVelocity instance to make the ball move to the target?