[Header("Wheel Colliders")] public WheelCollider frontLeftWheel, frontRightWheel; public WheelCollider rearLeftWheel, rearRightWheel;
void ApplyAntiRoll()
// Apply motor torque to rear wheels (RWD setup) rearLeftWheel.motorTorque = motorTorque; rearRightWheel.motorTorque = motorTorque; realistic car driving script