How to concatenate rich text

So I have a changing string and I want to use rich text with it. I have something like this

Gui.Text = "<font color = '#000000'>"..NewText.."</font>"

the problem is that this doesnt do what I intended it to do and instead spits out all of the string including the tags.

Do you have the RichText property enabled?

Well, im stupid. thanks a lot.

1 Like