About 61 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 purposes. Many …

  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 also be …

  3. 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 should …

  4. 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 object. …

  5. Typography - A simple way to manage RichText - Roblox

    Jul 9, 2025 · Typography replaces Roblox RichText’s confusing naming and manual formatting with a simple, chainable API for styling text consistently in your projects. Typography is in beta. It was …

  6. How to insert color format into rich text string? - Roblox

    Dec 21, 2021 · Just a small question, if you would have a variable with a color added to it then would it be possible to add it into a rich text format? A code example of what i’m trying to achieve would be: …

  7. SmartText2 | Module for Automatic RichText Formatting

    Apr 3, 2021 · Like previously stated, SmartText2 is a ModuleScript that makes it easy to format your text with Roblox’s RichText feature. The module can create different text “objects”, which comes with …

  8. Rich Text Formatting - Scripting Support - Developer Forum | Roblox

    Jul 18, 2022 · Hi, I’m creating a Rich Text Formatter but I’m unsure on how to properly manipulate this string. What I want to accomplish: I want to wrap the rich text bold identifier around two indexes in …

  9. How do I use rich text inside a script? - Roblox

    Oct 4, 2020 · Rich text uses simple markup tags to style individual words or phrases within a single string of text. Initially, we will provide font size, color, bold, italics, underline and strikethrough. We …

  10. 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. Once you’re …