Version / Update: v1.0.0
- Download / Script Link
- local badchatservice = game.TextChatService
local player = game.Players.LocalPlayer
local colour = "#A020F0" -- Color (Hex)
local prefix = "[Developer]" -- tag
local user --[[(or more)]] = {"OldDyanbloxs"} -- Who you would want to have the tag when they talk
-- coding in velocity... in my mum's car ... at 41C #COLD
badchatservice.OnIncomingMessage = function(m, cs)
local mvp = Instance.new("TextChatMessageProperties")
local plr = game.Players:GetPlayerByUserId(m.TextSource.UserId)
for i,v in pairs(user) do
if plr.Name == v then
mvp.PrefixText = '<font color="'..colour..'">'..prefix..'</font> ' .. m.PrefixText
end
end
return mvp
end[ View More ]
This is a universal Chat tag for your dev team or just a group of people you could for example put this in your script so when people run it and get into the same game as you/your dev team they know its the offical you or them
- Works on mobile
- Yes