chat tag script 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) chat tag script PasteShr chat tag script 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) chat tag script