Ive been trying to figure out how to make a car but there isn’t any good tutorials on how to make one would anyone give me advice or something?
Ive only been scripting for about a month but i think it would be a good idea to start with something big that way i can break it down and learn.
Thanks for reading!
1 Like
Are you looking to make your own vehicle system or make a crappy one using ROBLOX’s stuff?
Maybe making my own, but how would i do that?
sleitnick has a very good tutorial!
How to Rig a Car
[lowpolycar_thumbnail]
Rigging a car in Roblox can be hard. Scripting it can be harder. In this four-part series, I walk through the basics of rigging a 3D-modeled car and some basic scripting!
Pick up the car model first!
Part 1 - Setup
Export your car and put it together in Studio.
Part 2 - Rigging the Constraints
Set up all the various attachments and constraints.
Part 3 - Server Scripting
Write the server-side script to handle the c…
If you want a basic one, you can search the roblox wiki.
If your looking at trying to make your own you might wanna look at this
How to Rig a Car
[lowpolycar_thumbnail]
Rigging a car in Roblox can be hard. Scripting it can be harder. In this four-part series, I walk through the basics of rigging a 3D-modeled car and some basic scripting!
Pick up the car model first!
Part 1 - Setup
Export your car and put it together in Studio.
Part 2 - Rigging the Constraints
Set up all the various attachments and constraints.
Part 3 - Server Scripting
Write the server-side script to handle the c…
Hi , I heard a lot of people have trouble with making constraint vehicles so i made this open sourced Chassis
The Chassis Includes
Suspension
[image]
Mobile Support (Which means the controls are on point with the user’s input) Make sure to use the new Dynamic Thumbstick for this to work properly
[image]
Configurations ( You can change them in real time)
[image]
It automatically sets networkownerships
Update
Automatic Welding ( You can put a Custom Body inside the Body under the M…
https://www.roblox.com/library/426082613/A-Chassis-6-52S2-Kit
On the dev hub you can also see the Roblox Battle Royale game kit built by internal roblox developers. If you download the kit you’ll see there’s some cars inside there that work pretty good.
The main thing about making cars is deciding how the physics will be. You should do many experiments to find a method you will like a lot. Another part involves handling user input. I’d say learning how to handle user input is the easier of the two to do. The physics might take you a bunch of trail and error until you find something you like.
stqrrydev
(stqrrydev)
November 10, 2020, 7:29pm
#7
How would i add rev sound effect?
How would i add rev sound effect though?
How would i add a sound effect/Rev?
Which part of the series would it be?
stqrrydev
(stqrrydev)
November 10, 2020, 11:18pm
#13
Just watch all of them, they’re about 20 minutes each I think. In one of them he probably explains that