How would I make one part of a textlabel be bold or be in a different font?

howdy fellas! I just learned how to make one part in text label be a different color:
script.Parent.Text = '<font color="#420f75">This is Red Text. </font>And this is white!'
and now I’m trying to find out how to make a text bold or different font.

Here is documentation on rich text markup. Specifically, bold uses the <b></b> tags and for changing the font, you use the face attribute within the <font> tag

1 Like

yes, I presumed so, but how would I stack both font color and font face together?

nvm I found a solution thanks man!

1 Like

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