I am attempting to make a player controller that will allow a player to move around a scene with the Left Touch Thumbstick and rotate their forward vector with the Right. I got movement to work and rotation appears to work, but when trying to shoot objects from the hands, they aren't pointing in the direction they should be. What am I doing wrong? I searched to see if anyone else had this problem and I see stuff that is similar but not exactly what I'm doing.
Player Movement: https://pastebin.com/nyWLucQs Player Rotation: https://pastebin.com/9y5P3FCs