Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to predict location of projectile landing?

Asked by
az_iee 19
6 years ago

I have asked this question before, no one replied. I also think I did not give enough detail.

I am trying to find out the location of a ball traveling horizontally with a specified gravity and power. Would anyone know an equation for this problem?

1 answer

Log in to vote
0
Answered by 6 years ago
  1. Find travel time with the gravity of the object
  2. Time * Velocity Vector (x,0,z)
  3. Tada
0
What if its launched at different angles? az_iee 19 — 6y
0
What do you mean? The velocity vector is the direction it's traveling in. NotSoBloxy 85 — 6y
0
Wouldn't the time have less seconds when launching at a short angle? az_iee 19 — 6y
0
It's going to be hard to do this if you don't understand kinematics. The only thing affecting the travel time is the vertical velocity and gravity. You can find vertical initial velocity by finding the vertical component of the force ("power"). NotSoBloxy 85 — 6y
View all comments (2 more)
0
Alright, so let me just get this cleared up. I will find the velocity of the object, which I can do by using the velocity value of the ball. Then, I find the time it travels with the gravity. Finally, multiply those two things together and that's my answer? az_iee 19 — 6y
0
Yes, that's the idea. Roblox physics isn't perfect so it will probably be off NotSoBloxy 85 — 6y
Ad

Answer this question