Weird front wheels wobble/shake in car

Not sure if this is the right category! This is my first post.

Hey! So, I am trying to make a car system, and encountered this weird problem: The front wheels start wobbling weirdly after turning in (relatively) high speeds.

Here is a video of the issue:

The same thing happens when going backwards, but this time when going on a straight line:

Not sure what could be causing this.

Aditionally, here is a file of the car:

CarTest.rbxm (26.1 KB)

You could try using “CylindricalConstraint” on the wheels, that will help keep the wheels stable,

additonally you should adjust the CylindricalConstraint via script when turning.

Here’s an image of what you should be editting:
image

1 Like

Im sorry for the trouble, im still a newbie, but how do I do that?

Nevermind, I found that by increasing the mass of the steering components the wobble reduces a lot, its pretty much unnoticeable now.

Still, thanks for the reply!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.