How to fire bullets left and Right

Hey i have a bullet sprite and a player sprite with gun and i have made the bullet firing system but i made it so when the the left mouse button is relesed fire the bullet at the cursor but i want to fire the bullet where ever the player is looking and fire the bullet in that direction so if the player is looking right then fire right if left then left. so help me?

i have the fire bullet extantion

1 Like

That a question that i don’t know the answer about

Don’t fire toward position
Use action to fire toward angle
Left is 180 right is 0

1 Like