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.
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
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
I tried doin that prior to sending the reply but it didnt work out
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
hey mate just double checked and yea that didnt work unfortunately. Do yk of anything else i can do ?
No because it works for me, except if you modified something
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?
Right now I am on vacation but when I come back sure
Alrighty thank you hyihuihyihgy
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?
Can someone help me with this issue
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.
I couldnāt find it, could you provide a link?
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:
Thanks brother, Iāve been trying to find the original model for so long
Why my vehicle is shaking while accelerating, which result car sliding to side (tilt to side)?
Maybe you are having too much horsepower to the wheels, try to lower amount. Also try changing your DriveTrain to āAWDā.
when testing mine is flinging and jiggling around
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.
still jiggling and wheels are half off