Wheel Collider problem

Hi,
I’m new to unity and I am scripting in C#. When creating my car for my project, I have made four wheels and added wheel colliders through following this tutorial . My problem is that when I play the game, the object bounces up straight away and starts spinning. I feel that the problem is with the wheel colliders hitting the plane, however, I don’t know how to fix this.

Any help is appreciated.

Thanks,
Will

Hey @WillH16 older question I know.

Maybe you’ve figured this out already. But, if you haven’t, check to see if the wheel colliders are heavy enough, but NOT heavier than the object’s rigidbody. I’m still not entirely sure on exact proportions given I don’t think I know your vehicle and I’m new at this… But maybe this helps?