Theres this bug where when the seat gets destroyed with a player in it, the player still sits down but move.
You can set the Jump
property on the player’s Humanoid to true
and this will make the player jump.
4 Likes
player.Character.Humanoid.Jump = true -- makes the player jump
2 Likes