I've begun to make a game as a project, and I've come to a problem. The concept of it is a top-down shooter, with the main character holding out a gun. I want it so that when I press the shoot button, a bullet discharges from the end of the gun. Currently, I have it set up to where it shoots from the middle of the main character. All attempts to move where the bullets comes from have failed. The character moves their direction towards the mouse, and so does the bullet when it leaves, however, I am not able to set the bullet to leave at the end of the gun. I'd like to know a way where I can set an actor on the end of the gun, and when the game starts, it stays where it's at, turning and moving while staying exactly where it was located on the main character when it was first placed. To rephrase, I would like a way to basically combine two actors to turn and move like one single object, but be able to discharge the bullet from the point I chose.

