How Can I Force A Player Into A Seat?

Hey everyone, I am looking for some help regarding the Seat object.

I am trying to find an easy way to force a player into a seat. I am aware that you can only read the “Occupant” property and not write to it, so I was wondering what work arounds you use.

I have tried teleporting the player just above the seat, but if the player is moving that can easily fail.

I would appreciate any ideas you may have. Thank you!

You could use

Seat:Sit()

Oh wow I did not know that that was the thing. Thank you

1 Like