FreeFalling (Event)

From Legacy Roblox Wiki
Revision as of 14:46, 29 August 2010 by >Camoy (Formatted, added example)
Jump to navigationJump to search
FreeFalling ( Bool active )
Description Fired when player is free falling.
Member of: [[RBX.lua.Humanoid (Object)|Humanoid]]
Example
game.Workspace.Player.Humanoid.FreeFalling:connect(function()
  print("Free falling")
end)