how would I force a player to leap really far even when falling
You could do something like
player.Character.HumanoidRootPart.Velocity = player.Character.HumanoidRootPart.CFrame.LookVector * 100
should probably atleast try to write the code yourself before you post here