FreeFalling (Event)

From Legacy Roblox Wiki
Revision as of 15:31, 25 July 2011 by >MrNicNac
Jump to navigationJump to search
FreeFalling ( Bool active )
Description Fired when player is falling.
Member of: Humanoid


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