What do you want to achieve? I was the remove the brackets around “AWESOME.” Is there a command I don’t know about?
My script:
local tags = Instance.new("Folder",plr)
tags.Name = "Tags"
if plr.Name == "xxMLGxx8643" then
local newTag = Instance.new("IntValue",tags)
newTag.Name = "AWESOME"
local chatColor = Instance.new("Color3Value",newTag)
chatColor.Name = "ChatColor"
chatColor.Value = BrickColor.new("New Yeller").Color
local tagColor = Instance.new("Color3Value",newTag)
tagColor.Name = "TagColor"
tagColor.Value = Color3.fromRGB(255,255,255)
end
end)```
2. **What is the issue?** ![Capture|349x53](upload://bqg9EIbeydVrZv9tllrqmObXqFF.png)
3. **What solutions have you tried so far?** I've tried to do the destory() command and get help from friends