Help fix my projectiles!

I created a simple projectile, my ship has 4 guns so I added 4 arrows for each spawn.
all of the projectiles are connected using a sequence.
The ship also moves when the sequence is removed and its just a single projectile firing.
I removed all gravity from the projectile and made sure that the projectile isn’t spawning in the weapons but in front of them.
When I play and Press the button, they all fire fine except for the fact that the projectiles or the fire event is moving the ship when the projectiles are fired. I do not know what is causing this, I’m wondering if its because the spawn of the projectiles isn’t linked to the positioning of the ship so its forcing the ship into position of each projectile.

I am still new to blueprints, clear instructions with images would be very helpful!

What do you mean the fire event is “moving” the ship? Like recoil? Or like some spastic movement? Do you have a video clip of the issue?

Wow I was just in the middle of recording the video and I made your changes, works like a charm! thank you!
Quick question, with Overlap All will Hit events still respond the same or will the bullets just overlap the object? I made a disintegration material that causes the object to disappear upon hit.

I believe it will still work with “Hit” events, just make sure to tick the box on the right side panel to enable hit events like you enable overlap events.

Also try removing gravity from the capsule component, you don’t want gravity on any component in the projectile mesh if your goal is to “not have gravity”. Also, try making everything “overlap all” instead of block all for collision.