Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:connect(function(plr)
- local tags = Instance.new("Folder",plr)
- tags.Name = "Tags"
- if plr.Name == "Guest_842104" then
- local newTag = Instance.new("IntValue",tags)
- newTag.Name = "Anything"
- local chatColor = Instance.new("Color3Value",newTag)
- chatColor.Name = "ChatColor"
- chatColor.Value = BrickColor.new("New Yeller").Color
- local tagColor = Instance.new("Color3Value",newTag)
- tagColor.Value = Color3.fromRGB(255,255,255)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement