FreeFalling (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Emess
No edit summary
>Emess
No edit summary
(No difference)

Revision as of 22:20, 24 July 2011

FreeFalling ( Bool active )
Description Fired when player is free falling.
Member of: Humanoid


Example
game.Workspace.Player.Humanoid.FreeFalling:connect(function(active)
  repeat wait() until not active
  print("You landed!")
end)