So, I want to make a arena type game where the player gets swarmed with enemies to defeat. But I'm having a hard time getting bullets fired to actually come from the tip of the gun since rotation doesn't actually change X and Y values. How do I make bullets come from the actual gun? (BTW, the game looks very crappy but it's beacuse it's only using test assets to this point)
Thanks,
Me
Edit: Thanks JeffreyDriver for leading me in the right direction! I eventually managed to get it to work by using this behaviour.
Also, a great thank you to Majora64 for attempting to solve my problem.