Vehicle movement problem

Hello! I have a problem with the vehicle forward and backward movement. When I push the button “W” vehicle rides back, When I push the button “S” vehicle rides forward. How to solve this problem?

Hello thedark174. Your vehicle is oriented in the right direction but the movement controls are off? or is your car actually backwards as well? The first thing I would check is the input settings under project settings.

What you want to do here is make sure the W scale value is 1 and the S scale value is -1. If you change the W scale value to -1 and S scale value to 1 it should fix your problem. However if you have other things in your game (like a character that is moving forward fine but car is backwards) you can change this in your vehicleBP for the movement.

Just multiply the MoveForward comoponent by -1.