About 6,910 results
Open links in new tab
  1. 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

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

    Feb 18, 2021 · 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. An example would be: text.Text = msg. Thanks for helping out! Here is a cookie!

  3. How would I make gui text change from a script in the ... - Roblox

    Jun 22, 2020 · Try using a StringValue or the value type you need in somewhere like ReplicatedStorage, then with a server script try changing the value, something like this: local Status = game.ReplicatedStorage:WaitForChild ('StringValue') -- There would be a StringValue on ReplicatedStorage for i = 30,0,-1 do S…

  4. 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. script.Parent.Text = "Hello World" If you want a simple way to track the changing position of a player's character, I would recommend using the …

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

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

  7. lua - ROBLOX: How to trigger a change text? - Stack Overflow

    Apr 17, 2021 · I need some help on how I can make a simple script where a player touches a invisible part (trigger) then the text gui changes. I know how to change the text with the script.Parent.Text = "

  8. Roblox Fonts Generator (𝖚𝖘𝖊 ⓒⓞⓞⓛ 𝓯𝓸𝓷𝓽𝓼) - Capitalize My Title

    Use our mobile-friendly fancy text generator to generate awesome looking Roblox usernames and messages. Just copy and paste into Roblox or anywhere else you want to stand out! Enter text below to get started then scroll down to see the fancy text.

  9. How to change text with local script? - Scripting Support - Roblox

    May 13, 2022 · It’s actually really simple! You can use the code below and make some changes. ImageButton.Parent.RandomGear.Text = 'Sword' end) You’ll have to mess around with the names of the objects since I have no idea what your hierarchy looks like. Can you tell me if your script is a normal one or a local? Edit: Okay nevermind i found out its a local one.

  10. Font Changer Online (𝓬𝓸𝓹𝔂 𝕒𝕟𝕕 𝖕𝖆𝖘𝖙𝖊 𝒻𝑜𝓃𝓉𝓈) ― LingoJam

    You can use it to change fonts on your Instagram bio, use fonts on Roblox, change the fonts in your Tweets or Twitter bio - you can even change the font in your Facebook posts to make them stand out more!

  11. Some results have been removed
Refresh