How do I make rich texts in scripts? When I use rgb or hex codes it redlines

Whenever Im trying to do rgb(255,255,255) or #FFFFF in my rich text code, they redline. I want to make it that one of the text turns into the local players name but I can’t do it.

"<font color="#FFFFFF">Welcome </font> <font color="#32a852">player name, </font>"

What can I do so it doesn’t redline? (the hex code parts)

use different quotations

'<font color="#FFFFFF">Welcome </font> <font color="#32a852">player name, </font>'
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.