First_Draw
(First_Draw)
#1
This is probably something stupid im doing but whenever I run print(game:GetService("CollectionService"):GetTagged("ClickyGui"))
I get the following:
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
msix29
(msix29)
#2
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
First_Draw
(First_Draw)
#3
You just saved so much pain. Seems so obvious now.
1 Like
system
(system)
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.