Post your script code my dude. use code formatting
not screenshots. Use this: or type these ` to format.
From the sound of it you probably have some kind of if
statement or a bool
that prevents the lasers from being shot unless another key is pressed.
Impossible to tell what’s actually going on without code.
Edit: could also be that your particles are being spawned inside the ships collider. If they collide with the ship and die immediately this would be the result. You could try moving your particle systems a little more forward.