Make basic vehicle move?

Would it be possible to make this vehiclle move?

Like, when it is empty to make it move aka drive without using body forces?

If yes, what direction / property / method should I look for? Thanks! :slight_smile:

1 Like

I recommend using the default roblox jeep, which you can find in the racing template, and learn from there.

It’s a nice start.

5 Likes

I also suggest looking at the roblox jeep as it is very simple
Jeep: https://www.roblox.com/library/59524622/Jeep

Alternatively, you can go complex and look into the a-chassis kit made by inspare
A-chassis: https://www.roblox.com/library/426082613/A-Chassis-6-52S2-Kit

1 Like

To have a car without a driver you’re probably going to need either a body force or a body mover, unless you really want to use something else like CFrame, which would not look realistic at all.

If you don’t want to use body forces you can use motor surfaces or of course the new body movers.

ROBLOX has an updated tutorial here:
https://developer.roblox.com/en-us/articles/building-carkit-1

3 Likes