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 == "deletethisandputplayersname" then --Keep the inverted commas.
- local newTag = Instance.new("IntValue",tags)
- newTag.Name = "deletethisandputplayerschattag" --Keep the inverted commas.
- 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(128, 187, 219)--chat tag color
- elseif plr.Name == "deletethisandputplayersname" then --Keep the inverted commas.
- local newTag = Instance.new("IntValue",tags)
- newTag.Name = "deletethisandputplayerschattag" --Keep the inverted commas.
- local chatColor = Instance.new("Color3Value","
- 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(159, 243, 233) --chat tag color
- end
- end)
Advertisement
Comments
-
- is there supposed to be 2
- local newTag = ...
- in the second thingy?
Add Comment
Please, Sign In to add comment
Advertisement