Having trouble with richtext inside script

The official post has the documentation

1 Like

try this:

TextLabel.Text = <tag><font color = rgb(255, 0, 0)>"this is starting to really suck"</font></tag>

or this

TextLabel.Text = <tag><font color = rgb(255, 0, 0)>this is starting to really suck</font></tag>
TextLabel.Text = "<font color=\"rgb(255,0,0)\">this is starting to really suck</font>"

like HTML

5 Likes