Spawning a Multiple actors from the same model

Hi there,

I have a robot which I want to make the main enemy in a game, How do I spawn a couple of them from the same BP? Is there like a “X repeat” or something? Cause how I am doing it now is just spawning one of them and then just duplicating the same thing the number of robots I want in my level which I am pretty sure is wrong.

Attached is how I am doing it now, just repeating the same thing for “Robot”

Right click and type in forloop. The rest should be self explaining :slight_smile:

Thank you, that solved it.

If I may ask, I linked that to a “Get random point in radius” but when I exceed a specific number, the actors don’t spawn, any clue?