About 879,000 results
Open links in new tab
  1. TextButton | Documentation - Roblox Creator Hub

    This property determines whether the TextButton 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 formatting tags in the Text string.

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

    Apr 30, 2021 · if script.Parent.Text == "Evasion" then script.Parent.Text = "Text" -- Put whatever you want the text to say here end

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

  4. How do I make a button transparent and change the font in a script

    Apr 26, 2021 · You can do what you are currently doing, where you can change the Textbutton.Font’s property, but I would recommend creating the button in the Studio, and putting it in a folder somewhere. Then just clone that button …

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

  6. Text & image buttons | Documentation - Roblox Creator Hub

    Script buttons. You can script an action when a user presses a button by connecting the button to a GuiButton.Activated event. For example, when you parent the following LocalScript to a button, the button changes to a random color every time a user clicks it.

  7. TextButton.Text | Documentation - Roblox Creator Hub

    This property determines the text content rendered by the TextButton. The visual properties of the string rendered to the screen is determined by TextColor3, TextTransparency, TextSize, Font, TextScaled, TextWrapped, TextXAlignment and TextYAlignment.

  8. How to use Text Buttons | Roblox Studio Tutorial - YouTube

    You will learn how to script a text button that would toggle on and off a scrolling frame (ScrollingFrame) with a scrollbar. You will learn how to use some properties of the text button.

  9. How to make a Button that Changes the text of The TextLabel in Roblox

    script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.TextLabel.Text = "Toturial!"-- Comment down Below if you dont Know what it meansend) ...

  10. Press a button and text increase +1 in roblox studio

    Jan 6, 2021 · Try naming your function clicking, and then passing that into the connection. print("working..?..") local vv = script.Parent.ValorVoto. vv.Value = vv.Value + 1. script.Parent.Parent.TextLabel.Text = "clicks: " .. tostring(vv.Value) Line 4, add a .Text after referencing the TextLabel.

  11. Some results have been removed
Refresh