Hi!
Let's say we have objects spawning every X seconds and then moving around a block (see attached picture). How do I make sure there is a precise distance between the objects? At first, spawning them every X seconds did provide an equal distance between all of the objects but later I noticed that sometimes there was a difference in the distance between them (sometimes they even overlap each other). So, how do I keep a precise distance between all of those objects and make sure it stays like this despite any conditions?
I'll appreciate any help.