Falling speed?
#2
[lua]
falling = false
while true do
sleep(0.01)
if Part.Velocity.y < 0 then
falling = true
else
falling = false
end end
[/lua]

Or something like that. Smile
Reply


Messages In This Thread
Falling speed? - by Blandflakes - 06-17-2011, 12:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)