FreeFalling (Event)

From Legacy Roblox Wiki
Revision as of 15:43, 29 January 2011 by >Camoy
Jump to navigationJump to search
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)