Try using “Get Forward Vector” in the same way you used it for horizontal movement.
Hope this helps
i have A and D working bus W and S i cant see to get them working but A and D works perfectly find i have the viritcal input if anyone can help me finish this movement blueprint
if you can thank you
This. Your world direction is currently (0,0,0), which means you are not moving in any direction. Using “Get Forward Vector” would definitely work.
However, you might want to consider using “Get Actor Forward Vector” and “Get Actor Right Vector” instead. This is because your player character might rotate and you may want to walk horizontally/vertically based on your player’s rotation.
This really just depends on whether or not the camera rotates.