About 61,100 results
Open links in new tab
  1. Textbutton script Function? - Scripting Support - Roblox

    Aug 24, 2015 · Hey guys, I was wondering if there is a function for GUI Textbuttons that fire the script inside the button? This would be similar to how pressing “X” when using the “Select” navigation fires the script. Thanks!

  2. How To Make A Simple Open/Close Button - Roblox

    Dec 31, 2021 · Are YOU A New Developer Needing Help On Making A Open/Close Button? Well This Is The Tutorial For You! Step One: Create A “Screen Gui” In Starter Gui, Click The + Button Then Click Screen Gui. Optional Name It Open Close Gui Step Two: Create A New Text Button And Name It: “Open”, Then Go Into The Properties Then Set The Text To: “Open” And Move …

  3. Cant interact with buttons - Scripting Support - Roblox

    Apr 30, 2024 · I would love to report this as a studio bug, but I can not. For the past couple of days I have been having issues with the GUI buttons in my studio files not working Below is a video: This button is created by the following code: local Button = Instance.new("TextButton") Button.Text = "Skip Team" Button.Size = UDim2.fromScale(0.1, 0.1) Button.AnchorPoint = …

  4. 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 You can use an event with either MouseObject UserInputService ContextActionService or just a regular GUI Button to get player input when a player clicks.

  5. Transform text labels into buttons quickly - Game Design ... - Roblox

    Dec 25, 2023 · Hi, I have a gui with a bunch of text labels, and I would like to transform them all into buttons. Is there some kind of way to check when the text label is clicked, or some quick way to turn them all into buttons so the…

  6. TextButton not working - Art Design Support - Developer Forum

    Nov 21, 2021 · I made a basic text button for a game but it doesn’t seem to be working for some reason. Script local request = game.StarterGui.MainGUI.request local visible = false script.Parent.MouseButton1Click:Connect(function() if visible == false then visible = true request.Visible = true end end) script.Parent.MouseButton1Click:Connect(function() if visible …

  7. Textbutton to give tool - Scripting Support - Developer Forum

    Dec 4, 2020 · Remote Events can be used for this-- local script local remote = game:GetService("ReplicatedStorage").RemoteEvent -- the remote event local button = script.Parent -- the textbutton button.MouseButton1Click:Connect(function() local username = -- path to username text here remote:FireServer(username) -- send request to the server end)

  8. How do I Make A TextButton Act As A Keybind - Roblox

    Sep 15, 2024 · Hey, So im trying to make mobile support for my game. But, I cant figure out how do i make a text button act as a keybind. I tried searching it on the forums, i couldnt find it. So, please help me.

  9. How do I make a keybind for my textbutton? - Roblox

    Dec 21, 2021 · So the idea here, is that I want players to be able to choose what key they want to bind to the text button, just by simply right clicking on it. (Image below) That way, they could just right click on the text button, then any key they want on their keyboard, so that when they press the key, it will play the animation. (The animations are multiple decal, sprite frames for the …

  10. TextButton Gamepass - Scripting Support - Developer Forum

    May 3, 2020 · I am trying to make it so when someone clicks a text button in a game they get prompted with a game pass, I have tried watching tutorials of such but all the tutorials are based around GUI’s not text buttons on a part. Please link me to a tutorial or help me to make a text part prompt a purchase. Thanks, George.

  11. Some results have been removed
Refresh