Seat:Sit() Not working?

So today I was trying to make a intro in which you go inside a boat and go to a island. I put I seat on the boat and put a script like: cloned.MSeat:Sit(game.Players.LocalPlayer.Character.Humanoid). Cloned is the boat I cloned from replicatedstorage,MSeat is a seat in the model. Can you please help me. Thanks, adminaccount58.

Hey there, :Sit() only works on the server to prevent exploiters teleporting around to seats. Hope this helped. You could probably do a .PlayerAdded and sit the player that way.

2 Likes

Oh ok. Yea thats logic. Thanks for helping me.

1 Like