Help with CylindricalConstraint

I am trying to make a vehicle turn, I will use CylindricalConstraint for it, but it seems to have “freedom” of rotation, which causes instability in the steering control.
Does anyone have any recommendations to make a solution?

https://gyazo.com/b0f88ba5a18cdc0f7c96afbd11177f0a

1 Like

If you want more stability consider scripting suspensions and steering from scratch using vector forces.

In fact, I just did that, but now the problem is the direction of the car

If your car is 100% scripted then why use constraints?