About 395,000 results
Open links in new tab
  1. Writing your own Rich Text system - Community Tutorials - Roblox

    Feb 10, 2025 · Writing your own Rich Text system. This guide aims to take you through the steps and thought process of creating a module for parsing text and building UI for rich text …

  2. Modifying Text Appearance Within the Text (Using RichText)

    Jan 16, 2022 · Modifying Text Appearance Using RichText Hello! In this tutorial, I will be showing you how to modify text style within text using RichText. Towards the end of this tutorial, I will …

  3. RichText [TextScaled Support Added] - Announcements - Roblox

    Jun 19, 2020 · How do I use it? First of all, enable rich text beta feature in studio. Enable the Beta Feature To use RichText, simply type in the string in the Text property or directly into the text …

  4. Escaping Rich Text - Community Resources - Roblox

    Dec 25, 2024 · In this case, user input is stored as text in a variable. While you are typing, the text can be displayed in its escaped version to prevent any unwanted formatting while editing. …

  5. Rich Text in Scripts - Scripting Support - Developer Forum - Roblox

    Apr 15, 2023 · Problem: I’m having issues with using rich text to change TextLabels via a local script. When the script changes the text this is what it looks like: Intended Behaviour: The text …

  6. Introducing OpenTypeFeatures - Updates / Announcements

    Jul 12, 2024 · The format Both the property and the rich text tag should follow a correct format. However, there are many alternative formats for setting the features: A feature (say if an …

  7. RichText TextBox - Help and Feedback / Scripting Support - Roblox

    Apr 22, 2024 · Is there a way to keep rich text format when clicking on text box?

  8. String.match incompatible with RichText? - Scripting Support ...

    Apr 21, 2025 · The “raw” text is the string that contains all the formatting/control character that get interpreted/formatted by the Rich Text renderer to do whatever its set to do with those tags. …

  9. How to add set color to Rich text? - DevForum | Roblox

    Jan 22, 2021 · label.Text = Text -- Put that Text variable into a rich text label The %d will be replaced with colors in your table and multiplied by 255 as normal html text color.

  10. EZRichText – Simple, Powerful RichText Styling Module

    Aug 2, 2025 · Hello! I’ve created a module that makes working with RichText in Roblox simple and powerful. Getting Started Modifying Text Adding Tags with Properties Checking Tags and …