Rigidbody force?

Hello, I’am working on a car script and i would like the car to move forward when I press “W” for example :slight_smile: The car already has working WheelColliders, but how do I add force to the car in the car’s direction?

Thanks, Andreas :slight_smile:

rigidbody.addForce(transform.forward);