Seated (Event)

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


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