I am trying to make a part of a TextLabel a different font. For example I need to make some words bold so that they stand out to the player more. But I am not aware of the best way to do that. And I can’t make 2 different TextLabels because the text is changing every time a function is fired(the text size might be a problem because of this AKA overlapping text or text is too small because of Text is scaled). If someone can help me that would be great.
Thanks!
2 Likes
Correct me if I’m wrong, but unfortunately I don’t think this feature is going to work until RichText support is added.
1 Like
Can’t do that yet, for now just use multiple TextLabel objects.
1 Like
I remember something about RichText, where you can use a html to make any .Text
property have multiple colors, fonts and more.
1 Like
I think roblox is releasing a richtext feature soon.
If not you can use Defaultio’s RichText Module. It is quite easy to use.
2 Likes