The title is very clear. The Tag Editor(a plugin that uses CollectionService) doesn’t tag the instances I want it to tag. Am I doing something wrong? I don’t have errors or anything, so I dunno what to show. Also, it says StarterPlayerScripts is a tagged instance. Why did this happen?
1 Like
You have to select an instance in the explorer and then mark a tag’s checkbox to apply it. I guess that you accidentally tagged StarterPlayerScripts?
Thanks for the response. I was trying to tag the player by adding it a stringvalue, is there anyway I could automate this?
What do you mean by automate? You can use CollectionService:AddTag(instance, tagName)
if you want to add it with a script.
Okay, thanks so much for the help!