FreeFalling (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
Undo revision 45600 by Emess (Talk) Really?
>NXTBoy
Undo revision 45600 by Emess (Talk) Really?
(No difference)

Revision as of 22:22, 24 July 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)