Calculating maximum player jump distance

Hey check out this post which could probably help! The solution of the post is saying to use the script;

JumpPower^2 = 2 * workspace.Gravity * height

height = JumpPower^2 / (2*workspace.Gravity)
11 Likes