Making continous spawning

I am trying to make a survival game and am pretty sure that I have everything except I don’t know how to make them spawn infinitely (with cooldown ofc)

:wave: Hi and welcome here :slight_smile:
For infinite spawning, use the Create action without any condition.
If you want to add cooldown, you’ll add a timer check on the condition side.
See the wiki for full instructions on how to use timers.