Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = game:GetService("Players")
- local ServerScriptService = game:GetService("ServerScriptService")
- local GameCreatorID = 246795618
- local TagName = "Owner"
- local ChatService = require(ServerScriptService:WaitForChild("ChatServiceRunner"):WaitForChild("ChatService"))
- ChatService.SpeakerAdded:Connect(function(player)
- local Speaker = ChatService:GetSpeaker(player)
- if Players[player].UserId == GameCreatorID then
- Speaker:SetExtraData("NameColor", Color3.new(255/255, 0/255, 0/255))
- Speaker:SetExtraData("ChatColor", Color3.new(255/255, 255/255, 0/255))
- Speaker:SetExtraData("Tags", {{TagText = TagName, TagColor = Color3.new(255/255, 0/255, 0/255)}})
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement