Putting spaces between AIs when spawning

How do I put a space between AIs on this spawn system?

Make a Collision check before Spawning. If its blocking then Offset check again. Repeat until you find a Spawn Location that is not Blocked → Spawn there.

You can use a Combination of a Capsule of the same size (or bigger) as the Character that Spawns and Linetrace to check for terrain height. What you decide to use for your Offset is up to you Circular, Grids, random Locations whatever you see fit :stuck_out_tongue_winking_eye:

Good Luck and have Fun =)

Can you explain it a bit more?

Does anyone know?