I’m trying to get a while loop to clone a bunch of enemies, however each time I try, it completely crashes. I would use a for loop but I really don’t know how to here.
The while loop shouldn’t be running infinitely so it shouldn’t be causing a crash to my knowledge.
Not sure what the issue is.
I can clone the units manually so I do know it isnt the clones themselves that are the issue. 