How to make shadow clone follow other players but not the person who summoned it

basically what the title says
i dont want full script i just want someone to explain how to do it

1 Like

just clone the shadow clone the amount of player in game - 1 and use pathfinding to move them to the players

1 Like

wdym minus the amount of players it can go to by -1 wont the person who summoned it be in that list still?

1 Like

oh yea… scratch that make an if statement to see if the player is not equal to local player

2 Likes