I set up a wheel collider and everything based on some demos but I’m (and the demos) have a problem for my needs, the vehicle is turning a little bit even when I’m pressing just FORWARD, which property I should change?
You need to verify the z-axis of the wheelCollider is pointed in the direction you want your transform to head (usually transform.forward). Also you need to make sure steerAngle is set to zero.