Squads, Like AI Squads

With the help from people, I managed to create my dream AI, however there is a problem when making AI follow their squadleader. I wanted to make a group of 4 people and 4 people only. But when I place another group of 4, they follow only one dude, so thats eight guys in one group! I don’t want that, I need 4 only. Any tips or help?

Assign the squad leader as a reference to each member. And assign the members to each squad leader. Either set them on their instance in the level, or better…

In the level script, after the Span AI node, set it’s squad leader reference. Spawn the Squad leader first, then the 3 members. So, your second group would have different references than the first.

I can’t find the Span AI node! do you mean spawn? And there is nothing in my level script?