ive seen people change just one part of a text label to a diffrent color, and im curious how to do this?
It’s the RichText property.
When you turn it on, you can customize text trough script with different tags
Like:
label.Text = “<bold>This text is bold.</bold>”
Roblox has a documentation on this, look it up
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.