Okay i added the system > every tick event for my lasers,and it works perfect,because,i also set that if there is 0 lasers currently on the layout,lasers are allowed to spawn,so,this doesn't overwhelm and there is always only 1 laser on the screen.And the whole reason i am using every tick and not something like spawning lasers when pressing spacebar,is because it is an android game,and it needs to shoot by itself.Ok,so,for my beams it is a bit different,1 is supposed to spawn,and that's it,that weapon is gone.But,with every tick,it spawns beams...well every tick,so obviously i don't wan't that,but i couldn't manage to find how to restrict it so that only one spawns? Anyone knows?