Hello, in my game I am wanting to move my character and shoot a projectile simultaneously, but I need the projectile to emit from the character. Thus I am using the same variable for starting positions of character and projectile.
When I shoot projectile, it goes from player to wall, then character freezes and no longer able to move him.
Is there a way I can use same variables to keep projectile starting at my character, but seperate them so one doesn't interfere with the other?