SetExtraTags NameColor

  1. What do you want to achieve?
    I would like the player to have a red tag and their name to white when they chat.

  2. 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.

  3. 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.

To set the NameColor, you have to do it separately

Speaker:SetExtraData("Tags", {{TagText = "TestTag", TagColor = Color3.new(255, 0, 0)}})
Speaker:SetExtraData("NameColor", Color3.fromRGB(235, 235, 235))

Thank you for your help again, this is working.

1 Like

Anytime! If you have anymore issues don’t be afraid to make another post!