Advertisement
1x1x1x1IAMbck

No if u du u wikl daj

Jun 9th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(plr)
  2. local tags = Instance.new("folder",plr)
  3. tags.Name = "Tags"
  4. if plr.Name == "1x1x1x1IAMbck" then
  5. local newTag = Instance.new("IntValue",tags)
  6. newTag.Name = "DEV"
  7. local chatColor = Instance.new("Color3Value",newtag)
  8. chatColor.Name = "ChatColor"
  9. chatColor.Value = BrickColor.new("New Yeller").Color
  10. local tagColor = Instance.new("Color3Value",newtag)
  11. tagColor.Name = "TagColor"
  12. tagColor.Value = Color3.fromRGB(255, 255, 255)
  13. end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement