Advertisement
TheOverlordsOfROBLOX

Untitled

Oct 8th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. local Players = game:GetService('Players')
  2. local ChatService = require(game:GetService('ServerScriptService'):WaitForChild('ChatServiceRunner'):WaitForChild('ChatService'))
  3.  
  4. Players.PlayerAdded:connect(function(player)
  5. local speaker
  6. while not speaker do
  7. speaker = ChatService:GetSpeaker(player.Name)
  8. wait()
  9. end
  10. if player.Name == "mrloobie100" then
  11. speaker:SetExtraData("Tags", {{ TagText = "OWNER", TagColor = Color3.fromRGB(4, 175, 236) }})
  12. speaker:SetExtraData("NameColor", Color3.fromRGB(85, 170, 0))
  13. speaker:SetExtraData("ChatColor", Color3.fromRGB(239, 184, 56))
  14. end
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement