There are 6 actors that should spawn randomly at random location, so that’s why the random integer matches the number of the array, it spawns that actor equal with the random number. That part is working perfectly well. The problem is that it spawns 2 actors. I even removed the for loop and i simply put just print string ‘Hello’ and it would print 2 “Hello”'s at same time and I don’t know why.