About 674,000 results
Open links in new tab
  1. Rich text markup | Documentation - Roblox Creator Hub

    UI rich text utilizes simple markup tags to style sections of a string in bold, italics, underline, fill color, stroke variations, and more. You can apply styling tags to TextLabel, TextButton, and TextBox objects.

  2. TextLabel | Documentation - Roblox Creator Hub

    A TextLabel renders a rectangle, like a Frame, with styled text. The rectangle can be used to define text boundaries, text scaling ( TextScaled ), wrapping ( TextWrapped ), and alignment ( TextXAlignment and/or TextYAlignment ).

  3. TextBox | Documentation - Roblox Creator Hub

    To use rich text, simply include formatting tags in the TextBox.Text string. Note that when the TextBox has this property enabled and the box gains focus, the user will be able to edit and interact with the complete XML string, including all of the formatting tags.

  4. Text input fields | Documentation - Roblox Creator Hub

    When you script a TextBox, you can use it as a search bar or an input field on a form. To help users know what type of text they should input, you can also provide a prompt through the PlaceholderText property.

  5. How to Add Text to Part in Roblox Studio! (2025) - YouTube

    In this video I show you how to add text to a part in roblox studio which can very helpful when making signs or just things for players in your game to read ...

  6. Font | Documentation - Roblox Creator Hub

    The Enum.Font enum is used in TextBox, TextLabel, and TextButton to determine how the GUI element will render its text. See also Font as a newer alternative to this enum which encapsulates fonts as a datatype and provides access to more fonts than this enum allows.

  7. Text Editor: Make editing "Text" fields much easier - Roblox

    Jul 22, 2020 · To make editing even quicker, you can assign a Studio Shortcut (FILE > Advanced > Customize Shortcuts and look for Text Editor: Toggle Open) to an easy keybind, so you can quickly open/close the Text Editor whenever you need it. Keybinds for rich text tags, such as CTRL + B for bold etc.

  8. Tutorial:Text on a Brick | Roblox Wiki | Fandom

    In this tutorial, I will explain how to place text on a part. There are three ways of doing this. Insert a BasePart descendant into the Workspace. Rename it to Head. Place a Model into the Workspace. Name the model the text you want. Insert a Humanoid into the model. Insert "Head" into the model. The result should look like this. Hi there!

  9. TextService | Documentation - Roblox Creator Hub

    The TextService:GetTextSize () function gives developers the ability to calculate the space required for a specific text string with specified formatting, returning a Vector2 pixel size.

  10. How to Add Text in Roblox Studio: A Simple Guide - Playbite

    Feb 20, 2024 · Adding text in Roblox Studio is a super cool way to make signs, instructions, or even a welcome message for players in your game. So, how do you do it? Let’s dive in!

  11. Some results have been removed