Lasers not working

yt video of the problem: space bar - YouTube

so im holding down the space bar at the end of the video, but the lasers come out only if i tap a and d keys, they should be coming out full force like when i was moving throughout the level. anyone knows why???

Post your script code my dude. use code formatting not screenshots. Use this:1 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.

moving the lasers a bit outward worked, thanks for the help

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms