Force a player into a vehicle seat?

So I’m making a simple racing game and I want the player to spawn inside their car when the round starts. The car is basically a simple ROBLOX jeep like this: (10) Jeep - Roblox It’s not the exact model but it looks exactly like that.

I know I could just make the player spawn right above the seat part but there could be ways to bug that such as holding w,a,s or d. Is there a way to force the player into the seat or do I just have to make them spawn above it?

1 Like

You can use VehicleSeat | Roblox Creator Documentation

5 Likes

Or you could create a weld like this:

image

2 Likes