FreeFalling (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
No edit summary
>Camoy
No edit summary
Line 1: Line 1:
<onlyinclude>{{Event|name = FreeFalling
<onlyinclude>{{Event
|name = FreeFalling
|arguments = [[Bool]] ''active''
|arguments = [[Bool]] ''active''
|description = Fired when player is free falling.
|description = Fired when player is free falling.

Revision as of 15:44, 29 January 2011

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


Example
game.Workspace.Player.Humanoid.FreeFalling:connect(function()
  print("Free falling")
end)