About 341,000 results
Open links in new tab
  1. How to change textlabel text using script - Roblox

    Apr 30, 2021 · How to change textlabel text using script Help and Feedback Scripting Support Rubertz (Robert) April 30, 2021, 1:00pm

  2. How can i change a textbutton/textlabel's text in game? - Roblox

    Jun 26, 2021 · The way you would change text of a text label is to do something like this. local TEXT_INFO = "Hello World!" TextLabel.Text = TEXT_INFO -- Should be a string surrounded …

  3. Changing a TextLabel via script - Scripting Support - Roblox

    Feb 18, 2021 · I know this is a rookie mistake but until today I thought Gui text was changed via the StarterGui on the explorer. How do I modify a TextLabel’s text property (ScreenGui) to …

  4. I'm not sure how to change text for UI with a script - Roblox

    Jan 17, 2023 · Instead create a variable that is a reference to the object, and change it’s text accordingly. Also, are you sure you’re using the most efficient way to do your script? I see …

  5. Modifying Text Appearance Using RichText - Roblox

    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 …

  6. How would I replace ContentText? - Scripting Support - Roblox

    Jan 11, 2023 · ContentText is simply a copy of the Text property, it’s read only to my knowledge. From the wiki: “A copy of TextLabel.Text that contains exactly what is being rendered by the …

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

    Jul 22, 2020 · Simple! Just install the plugin, select a TextLabel/TextButton/TextBox, and open up the Text Editor! To make editing even quicker, you can assign a Studio Shortcut (FILE > …

  8. Introducing Text Scaling Setting [Studio Beta] - Roblox

    Aug 27, 2024 · [Update] August 25, 2025 What’s up Creators 😎 We are BACK with a new setting for the Roblox app, Preferred Text Size, available now as a Studio Beta. Eventually, this …

  9. How would I make gui text change from a script in the workspace?

    Nov 25, 2022 · I am working on a game and I want a majority of the functionality to come from a script in a chair I am doing, but how would I change text in a GUI in screenGui from the script …

  10. [SOLVED] How do I color parts of text? - Roblox

    Dec 21, 2021 · Hi, I am trying to make a sort of text editor in roblox. But to make things look better, I want to know how I can change different parts (words and numbers) into different …