Any way to make model driveable

Hello, so I want to make a game about submarine.
I basically have submarine model with many parts in it, as well as models, but they all is not connected in any way with welds etc (because it’s gonna take a lot of time, also some parts is welded with something else for anims or functions).

My submarine have a PrimaryPart called “Hitbox” and DriverSeat. I want to know if there is any way to properly move model using DriverSeat (make sure that submarine is kind of anchored). Once moving the submarine there should be no any issues with moving players in it as well.

So, is there any ways to script the submarine in this way? If no, let me know other steps how I can make submarine actually work. Thanks!

1 Like

you can select all the parts and then go to MODEL (at the top) > Create > Weld
or you can weld with a script

if you dont want to use welds you can anchor the entire model and make your own driving script

1 Like