Car Slides like ice ( How do you add Traction)?

Hello, so i recently made a Car system but the problem with it is that is slides around like ice and don’t know how to add traction to the car. Any ideas on how to add traction?

Note : I am using Roblox Physics

If your car is Roblox physics based, then perhaps the friction of your wheels is too low, and/or the friction of the surface the car is on is too low. The friction of a basePart can be found in BasePart.CustomPhysicalProperties, under the properties tab in studio. You’ll want to increase both friction and friction weight and probably guess and test. Although it’s not very helpful, the friction formula can be found here.
I also recommend elaborating a little more for future questions :wink:!

3 Likes