3d sidescroller projectile error

I want to make a 3d sidescroller shooter, without any packs or templates. Currently, I am stuck on shooting projectiles whichever way the character is facing, right or left. I have tried many ways of doing this, yet it only can shoot to the left. How can I do this?

Hello ,

Try getting the forward vector of your character and feed that into a “MakeRot from Z” node. That should give you a rotation to feed into your projectile spawn.

Also, adding an arrow component and disabling Hidden in Game can be a good way to troubleshoot these sorts of things.