#How do i use velocity in a way to detect if the player is falling from a far and high height
1 messages · Page 1 of 1 (latest)
Why not just use
humanoid.FreeFalling:Connect(function()
end)
and track the time?
this also includes wehn the player is jumping is that a problem?
ohh
ok
airtime alr
huh