You are using the Actor Transform as the spawn location. You would need to change this location by some amount during each loop. I would suggest a “Random Float in Range” node and add that to the x, y translation. Careful of using Z translation as you may spawn above/below the floor. More logic would be needed to get proper floor location if your floor is not flat.