Hello!
- What do you want to achieve? Keep it simple and clear!
- I want to remove all tags from the player (CollectionService)
- What is the issue? Include screenshots / videos if possible!
- The issue is that I can’t put a table inside
RemoveTag() - Error:
argument #1 expects a string, but table was passed
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
- Yes, I tried to look for solutions on the Developer Hub, but I didn’t find any
So the question is how can I put many tags inside of the RemoveTag()?
Code:
local tags = player:GetTags()
player:RemoveTag(tags)