How would I make a different chat colors for specific players

So, what I’m trying to achieve is that if a admin joins or a player’s name that is on the script their chat color will be green for example.

1 Like

Here is chat service api, see if there is anything you are looking for in there.
Also for the specific Api you are looking for is this -

local Texter  = -- grab the specific person you want or group of people to have this type of color
Texter:SetExtraData("NameColor", BrickColor.new("Lime green").Color) -- setting color for text
Texter:SetExtradata("ChatColor", BrickColor.new("Persimmon").Color)
7 Likes

Where would I put it? And would I format it like this for my username,
(i’m guessing its in a script not a local script)

local Texter  = "slenderW0lf_YT"