How would I make a Player stand when they are sitting in a seat?

I have no idea how to do this.

3 Likes

You can set there Humanoid sit property to false.
This should be in #help-and-feedback scripting support, since to do this you need to script.

3 Likes

You could delete the seat and just leave the parts without it. To do this click the arrow next to the model/part and look for the seat icon. Then select it and press delete on your keyboard.

1 Like

Wouldn’t properties be in Building? Cause scripting is in a script

1 Like

you have to set the property of the humanoid to false in a script, so it would belong in #help-and-feedback:scripting-support

1 Like

local player = game:GetService(“Players”).LocalPlayer
player.Character.Humanoid.Sit = false