Seated (Event)

From Legacy Roblox Wiki
Revision as of 16:04, 29 August 2010 by >Camoy (Fixed args, added example)
Jump to navigationJump to search
Seated ( Bool active )
Description Fired after a humanoid sits.
Member of: [[RBX.lua.Humanoid (Object)|Humanoid]]
Example
game.Workspace.Player.Humanoid.Seated:connect(function()
  print("Seated")
end)