Rich Text and String.Upper Confusion

Okay, so I’m trying to make an Administrator Nametag, but It seems like “string.upper” and “RichText” aren’t working together, keep in mind I only want the “[ADMIN]” part colored, but it’s keeping the Text’s Color… Please Help.


1 Like

nvm, I fixed it. I’m not fully there rn :skull:


1 Like

I believe your missing a parenthesis at the end of player.name, I see you posted something not sure if im too late but here you go.

script.Parent.Text = string.upper(Player.Name)..[[<font color="rgb(255,0,0)">[ADMIN]</font>]]
1 Like

Yeah, I fixed it but ty. I wasn’t really paying full attention :no_mouth:

1 Like