FreeFalling (Event)

From Legacy Roblox Wiki
Revision as of 22:22, 24 July 2011 by >NXTBoy (Undo revision 45600 by Emess (Talk) Really?)
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)