Actors are spawning in a 'star' formation

I think you need to make your own function that calculates spawn points.
One you are using currently spawn dudes in circles (rotates spawn point around 45deg).
That is why you get star formation when you spawn further from middle.

Make new spawning function.

1 Like