Seated (Event)

From Legacy Roblox Wiki
Revision as of 15:46, 29 January 2011 by >Camoy
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Seated ( Bool active )
Description Fired after a humanoid sits.
Member of: Humanoid


Example
game.Workspace.Player.Humanoid.Seated:connect(function()
  print("Seated")
end)