Eject a player from a seat

There are many methods you could use to achieve this, first off;

Before moving the player, you could jump them to eject them from the seat, e.g

player.Character.Humanoid.Jump = true
wait(.1)
player.Character.Humanoid.Jump = false -- so the player isn't continueously jumping
7 Likes