i have been trying to have cars move in my game and there are no tutorials so i need the script to make them move!

You should google before you post here. Here is a tutorial for vehicles.

You better set the answer as correct if you think it is, if you don’t think it is then please state why.

1 Answer

1

void Update(){
transform.position += transform.forward;
}

That’s about as simple as it gets. Are you seriously saying there is not a single tutorial that explains basic velocities/wheel colliders?