How do I make my turrets all shoot at once?

Hello. I currently have a system setup so that when I press Left Mouse Button, an autoturret will fire a round. However, if I have multiple autoturrets, only one will shoot. The other turrets will not shoot at all. Here is the code I have for the process.

What should I add to the code in order to make all of the turrets fire? Thanks in advance.

Hi - just put them in a loop:

Does it even work with one? If it does, then this will trigger all of them.

If it doesn’t, I think you need to connect the ‘shoot tracers’ event to the beginning of the line trace, and connect the spawn’ Like:

No worries :slight_smile:

Ah Thanks so much! I completely forgot about the for each loop.