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