About 12,600,000 results
Open links in new tab
  1. How can I edit the text of a text label from a TextBox ... - Roblox

    Aug 19, 2021 · Use .Activated instead of MouseButton1Click or you will get angry mobile/XBox players. Also, instead of a RemoteEvent, you should use a RemoteFunction because the player needs to know whether or not the Server accepted the business name (since it needs to be filtered for bad words using Chat:FilterStringForBroadcast ()).

    Missing:

    • Roblox Studio

    Must include:

  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 ).

    Missing:

    • Roblox Studio

    Must include:

  3. How to change textlabel text using script - Scripting Support ... - Roblox

    Apr 30, 2021 · When you mean “Different Information”, do you mean you’re trying to change the text in different scripts? wait(1) script.Parent.Parent.SentenceBox.Text = TreasonCharge. end end) --- local HighTreasonCharge = 1200 . wait(1) script.Parent.Parent.SentenceBox.Text = HighTreasonCharge. end end)

    Missing:

    • Roblox Studio

    Must include:

  4. How to edit a text label in Roblox studio? - Games Learning …

    Sep 15, 2024 · Editing a text label in Roblox Studio is a fundamental skill for any developer looking to enhance the visual appeal of their game. Whether you’re creating a simple GUI (Graphical User Interface) or building a complex game, text labels play a crucial role in communicating information to your players.

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

    Feb 18, 2021 · You can do it by looping through players: Or with remote events: Serverscript: Localscript in the text you can change this in any way you want: script.Parent.Text = text. The way I would go about doing this is using an event. It’s not very efficient to change player’s text through a loop every time, it’d be better if you just used FireAllClients.

    Missing:

    • Roblox Studio

    Must include:

  6. 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 by quotes

  7. Text & image labels | Documentation - Roblox Creator Hub

    A TextLabel is a rectangle with text that you can style through customizable properties. This is the primary way to display text in an experience.

  8. 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.

    Missing:

    • Roblox Studio

    Must include:

  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 would recommend using the Changed signal on the Part.

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

    In today's video, I'll show you step-by-step how to create changing text labels that will bring your game worlds to life! These text labels can change text whenever you...

  11. Some results have been removed
Refresh