How to make a bullet move vertical

My bullet in my game can only move horizontally, how do you make it move vertically as well.

1 Like

If you are emitting it, you can shoot it upwards instead of horizontally. Or, using the Velocity behavior “Y” input, you can move it vertically.

2 Likes