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.