:GetTagged() is getting every tagged object TWICE?

This is probably something stupid im doing but whenever I run print(game:GetService("CollectionService"):GetTagged("ClickyGui")) I get the following:
image
Everything seems to be retrieved twice? does anyone know why.

For more information im running this in a local script in replicated first.

2 Likes

Because one of them is in StarterGui and the other is in PlayerGui of the player, you just need to use the ones in PlayerGui and ignore the others.

5 Likes

You just saved so much pain. Seems so obvious now.

1 Like

Glad to have helped :)..

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.