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 == "1x1x1x1IAMbck" then
- local newTag = Instance.new("IntValue",tags)
- newTag.Name = "DEV"
- 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement