All actors spawn in the same location help (SOLVED)

https://media.discordapp.net/attachments/221798862938046464/703900195133456434/unknown.png?width=400

all my actors spawn in the same location
even tho i have for each loop
WHY?

i figured out
it was not the problem with the saving the problem was it was seting all the actors at last index so i just had to add some extra nodes to specify the target

That’s a very fuzzy small diagram. If they’re all getting set to the same location, it means your array is full of the same location.

hm no that was not the problem with the saving the problem was it was seting all the actors at last index so i just had to add some extra nodes to specify the target

You’re right…