How do I make a tower defense enemy spawn system?

Something like making a enemy spawn every x seconds on a wave, and how much of that enemy will spawn on said wave.

Using a timer variable or creating one in World > Global Variables, you can set the timer to how many seconds you want enemies to spawn in, decrease it every second and spawn enemies and reset it if it reaches 0.
image

1 Like