Seated (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>BlueTaslem
No edit summary
>Camoy
No edit summary
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CatUp|Events}}
<onlyinclude>{{Event
{{stub}}
|name = Seated
|arguments = [[Bool]] ''active''
|description = Fired after a humanoid sits.
|object  = Humanoid
}}</onlyinclude>


{{Event
{{clear floats}}
|name                = Seated
|arguments            = None
|description          = Fired after a humanoid sits.
|object              = Humanoid
|}}


{{Example|<pre>
game.Workspace.Player.Humanoid.Seated:connect(function()
  print("Seated")
end)
</pre>}}


[[Category:Events]]
[[Category:Events]]

Latest revision as of 15:46, 29 January 2011

Seated ( Bool active )
Description Fired after a humanoid sits.
Member of: Humanoid


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