Roblox rich text generator

Roblox Rich Text Generator

Roblox RichText is the right path when you want styled text inside a TextLabel, TextButton, or TextBox. Instead of pasting decorative Unicode, you write supported markup that Roblox can render as part of the UI.

Colored rewards

Use color tags for coins, gems, XP, and shop highlights.

Bold warnings

Use bold or stroke sparingly for warnings, countdowns, and objective text.

Font families

Use font tags when a short UI label needs a different Studio font family.

When to use

RichText is for UI, not profiles

RichText tags work inside supported Roblox text objects when RichText is enabled. They are not meant for player profile fields or usernames.

For profile-style text, use the copy-paste font page. For in-game UI, use RichText.

Safe pattern

Escape user text before inserting tags

If your experience inserts player-provided text into a RichText string, escape special characters so user text does not break your markup.

Font

Font references help map family names used in generated snippets.

Roblox Font docs
Do I need to enable RichText?

Yes. The text object must have RichText enabled before tags render as formatting.

Can RichText change only one word?

Yes. Wrap only the word or phrase you want to format with the relevant tag.