How to setup a Car on A-Chassis!

You can use Collision Groups to make Parts collide or not collide with certain other Parts.
Put the body into 1 group, make it collide with default items (basically everything in the workspace).
Put all the wheels in a second group then make that group collide with default items, but not collide with the body.

4 Likes

Hey mate i couldnt find anything in the internet regarding a documentary for this system so im hoping youā€™d have the answer. Is it possible to lower the horsepower of a vehicle whilst in the middle of driving it? Im going to be programming a feature where you can pop your tires, so when that happens i want to significantly tank the cars performance to encourage people to get it repaired, but im unsure if i can just use a script and change the horsepower value after the vehicles been created

1 Like

You can actually!

Little example since im on mobile (assuming its a script parented to Plugins:

local CarModel = script.Parent.Car.Value
local CarStats  = require(CarModel["A-Chassis Tune"])

--change whatever you want
CarStats.Horsepower = 120
1 Like

I tried doin that prior to sending the reply but it didnt work out :frowning:
I think the issue was the speed was being calculated at runtime and not after? or maybe my method was just dumb. Ill try messing with this method again, but not sure if itll work unfortunately

1 Like

hey mate just double checked and yea that didnt work unfortunately. Do yk of anything else i can do ?

1 Like

No because it works for me, except if you modified something

1 Like

Thats weird, are you able to send over the place file that you had it working on so I can take a look andd see how you had it set up?

2 Likes

Right now I am on vacation but when I come back sure

1 Like

Alrighty thank you hyihuihyihgy

1 Like

This has been extremely useful! Thanks.

Just a question, how do you always find the latest A-Chassis version as Roblox Toolbox always has outdated versions?

3 Likes

Can someone help me with this issue

1 Like

Find the original creator of the A-Chassis and only get their version. Many of the older models are ones that other people have messed with, or added to, and are probably not updated when the original is.

Always get your models/scripts/plugins from the original creator. I can guarantee that some of the copied versions have some kind of malicious script in them.

1 Like

I couldnā€™t find it, could you provide a link?

1 Like

I donā€™t know, Iā€™ve only ever tried it with models that other people here have used it on and were having issues.
Search A-Chassis on the website, Itā€™s easier to scroll through all the copies there and see the details because the toolbox search in Studio is not good. Look for the oldest version.

I did a search and found this from Novena, but I may be wrong about it being the original:

2 Likes

Thanks brother, Iā€™ve been trying to find the original model for so long

2 Likes

Why my vehicle is shaking while accelerating, which result car sliding to side (tilt to side)?

2 Likes

Maybe you are having too much horsepower to the wheels, try to lower amount. Also try changing your DriveTrain to ā€œAWDā€.

2 Likes

when testing mine is flinging and jiggling around

1 Like

Since this post concerns A-chassis, Iā€™ll link it in this thread

This should save questions about why itā€™s broken before they start coming in.

1 Like

still jiggling and wheels are half off