Seated (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy No edit summary |
>Camoy No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{Event | <onlyinclude>{{Event | ||
|name | |name = Seated | ||
|arguments | |arguments = [[Bool]] ''active'' | ||
|description | |description = Fired after a humanoid sits. | ||
|object | |object = Humanoid | ||
}}</onlyinclude> | }}</onlyinclude> | ||
{{clear floats}} | |||
{{Example|<pre> | |||
game.Workspace.Player.Humanoid.Seated:connect(function() | |||
print("Seated") | |||
end) | |||
</pre>}} | |||
[[Category:Events]] | [[Category:Events]] |