i have this code to apply force when the car is in air but it smashes the entire car , is there a way to lock the rotation so the car stays stabilized while in air?
mycar.ApplyForceRelative(new Vector3(0, force - 15f, 0), new Vector3(0, force, 0));