-
What do you want to achieve?
I would like the player to have a red tag and their name to white when they chat. -
What is the issue?
I can get the red tag to work, but I have no idea how to get the name color to work. -
What solutions have you tried so far?
I’ve looked through some posts, but haven’t found much or been able to understand it fully. Below is what I have tried.
Speaker:SetExtraData("Tags", {{TagText = "TestTag", TagColor = Color3.new(255, 0, 0)}}, "NameColor", Color3.fromRGB(235, 235, 235))
Just a side note, I’m not receiving any errors.