The whole bus has massless. There is a part Mass in the center of the bus, which sets the whole mass. But for some reason it doesn’t help, or I’m doing something wrong. The wheels cannot touch anything in theory, they are assigned collision groups that cannot collide with the bus in any way.
The wheels have a standard weight. I tried adding Density to them, but it didn’t help.
WHEELS HAVE CYLINDRICAL PART. The wheels are made using a cylinder. Without suspension, the bus rides very smoothly and nothing shakes.
You should try to tweak spring constraint properties and see if anything helps. Also you should not have double wheels deal with physics, instead you should have a physical wheel and a visual double wheel.
I just removed the second wheels from the back, it didn’t change anything, so the problem is definitely not in them, since they also don’t interact with each other in any way, they have a collision removed among themselves
It seems like it, but it’s also good practice to have one cylinder instead of 2 for a double wheel since otherwise the game engine will have to deal with more constraints and collisions.
Is it possible for you to share chassis only? so that I can try out for myself.
Here is few suggestions:
Duplicate your model and remove the visuals only, and then attempt to diagnose the problem.
Are sizes of all of the wheels the same?
Is surface that you’re driving on smooth?
Did you try to lower all of the values, since I know that Roblox’s game engine sometimes acts weird when dealing with large numbers?
for some reason, I have a feeling that something is pressing on the front wheels, because with the same MaxLength, the front wheels fall below the rear ones, but I can’t figure out what exactly is pressing
This is not the ideal solution… i was able to fix your bus very quickly by raising the actual size of your Mass part, so that instead of it weighing about 1600 it was about 4500… and i centered the part too… it rode fine after that.
Edit: same result achieved changing the density from the 32 to about 85 (which gets it to the same weight as above).
Sorry i just read this… i literally just went into the Mass part, went down to the custom physical properties and changed density to 85. Let me know if you still need the file, but its just one small change.
I tried to do as you said, and I got a bus with a low suspension, and as soon as I lift it, the shaking starts again)
Below is a demonstration of the perfect suspension with gravity 80, as for me it is the perfect balance for a transport simulator.With gravity 196, of course I get the same suspension, but the shaking spoils everything. if there is still a solution to make exactly the same suspension without shaking at a speed of 1-20 km/h, then of course I will switch back to gravity 196