About 317,000 results
Open links in new tab
  1. How to detect Text in a Textbox changes - Roblox

    Jan 16, 2022 · What do you want to achieve? Something that can detect if there is text in a textbox, and if there is then it makes a button appear What is the issue? Can’t figure out on …

  2. How would I create a number only TextBox? - Roblox

    Dec 25, 2023 · How would I go about making a number only textbox? To elaborate I want a textbox that you can only type numbers in.

  3. TextBox Filtering - Help and Feedback / Scripting Support - Roblox

    Jun 7, 2022 · Hello I’m creating a system that a player can use to change the car plate text, and I’m creating this using a text box inside a GUI, so when te player changes the text, …

  4. How to grab text input from a TextBox? - Roblox

    Feb 8, 2019 · OK, this might seem like a silly question, but I have no idea of how to go about getting the player’s text input from a TextBox. How does one go about this?

  5. [Solved] .Text Property of a GUI Not Updating - Roblox

    Nov 20, 2023 · Hello there, my goal is simple: Get the .Text value of a TextBox Get the variable for a TextLabel (in a different ScreenGUI) Listen for a MouseButton1Click Update the …

  6. How do you stop text from cutting out of the textbox? - Roblox

    Aug 18, 2022 · I don’t know if this is the correct category, but here’s a video of what I mean. It goes off of the textbox, how would I stop that from happening? Any properties or do I have to …

  7. How to get Text from a TextBox - Scripting Support - Roblox

    May 15, 2021 · Is the script a Localscript, and are you sure the function is firing AFTER the user has put input into the box? And change it from Name, to something else… remember, name is …

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

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

    Jul 22, 2020 · Easy access to text-related properties such as Font, TextSize and Alignment Getting Started roblox.com Text Editor - Roblox Roblox is a global platform that brings people …

  10. How to scale text perfectly (solved) - DevForum | Roblox

    Mar 10, 2020 · Warning There is no way to “perfectly” scale text. How I Do It Make all Text GuiObjects scale-based in size. Parent them to scale-based GuiObjects like Frames with …