About 50,100,000 results
Open links in new tab
  1. Moving Text Labels - Art Design Support - Developer Forum | Roblox

    Jul 18, 2021 · You can write your topic however you want, but you need to answer these questions: What do you want to achieve? Keep it simple and clear! When moving a GUI object (in this case, a …

  2. How do i move a TextLabel like CFrame - Roblox

    Mar 4, 2025 · To move the text label’s position you set’s it’s udim and to change it orientation you change its rotation.

  3. Is it possible to go to next line in a text label - Roblox

    Mar 30, 2023 · I just want to know if it is possible to make a text label display text in two lines Example: Text: “Hey there, welcome”… I want “Hey there,” in the first line and “welcome” in the second line. …

  4. TextLabel | Documentation - Roblox Creator Hub

    This property determines whether the TextLabel renders its text using rich text markup to style sections of the string in bold, italics, specific colors, and more. To use rich text, simply include rich text …

  5. How to make a Text Label in Roblox Studio (that changes text ... - YouTube

    Get ready to add some dynamic flair to your games in Roblox Studio with this exciting tutorial! In today's video, I'll show you step-by-step how to create ch...

  6. How to edit a text label in Roblox studio? - Games Learning Society

    Sep 15, 2024 · A: To change the text label’s size and position, simply drag the corners of the text label or use the "Size" and "Position" properties in the Properties window.

  7. How to make MOVING TEXT ANIMATION in roblox studio - YouTube

    Hello~ In this video I'll show you how to make moving text animation Hope it helps you! if you have any questions feel free to ask in the comment!

  8. How to set position for a text label - Roblox

    Apr 4, 2023 · Just wondering on how to set a position of a text label by code, because when I tried to set it, there will be an error stating it attempted to index string with “Position”.

  9. Roblox studio How do I change a TextLabel text in script

    Jan 25, 2023 · The simple answer to your question of how do I change a TextLabel text is you just set the Text property. If you want a simple way to track the changing position of a player's character, I …

  10. How would I move text labels into a Frame without changing ... - Roblox

    Jul 31, 2022 · I have a slight issue with my GUI. I’m trying to move text labels (In the folder text) into my “stats” frame. I’m trying to do this without moving the text labels to a different position.