About 116,000 results
Open links in new tab
  1. 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 + …

  2. Add Close GUI Button - Scripting Support - Developer Forum

    Apr 18, 2021 · How can i add a button to close the GUI. I tried but i can’t work it out Thanks Screenshot_1|228x122

  3. How do I make a GUI open/close - Scripting Support - Roblox

    Sep 5, 2020 · How do I make a GUI open/close Help and Feedback Scripting Support tyler09456 (RollMysts) September 5, 2020, 5:18pm

  4. Making a button close the current frame that is opened - Roblox

    Feb 22, 2021 · That’s how you would do it yea. The way you do it depends on how the Screengui is handled. But if the buttons are all children of the Screengui and the frame to open is a child …

  5. (SOLVED) How to make button gui open and close when pressing …

    Aug 26, 2022 · What do you want to achieve? Button that opens a gui whilst being able to click on it to open the gui and close the gui **What is the issue?**d i want a different type of button that …

  6. How to make a key both open a gui and close it? - Roblox

    Sep 6, 2022 · so im making a gui which you can open by pressing a keycode and i was wondering if there was a way to both open then close the gui with the keycode.

  7. Local scripts and Gui - Community Tutorials - Roblox

    Jun 21, 2025 · Ahoy Everyone, here is a simple introduction to local scripts and Gui. Local scripts are some of the most important things for scripting. Local scripts are scripts that only appear …

  8. How to make a basic shop GUI - Community Tutorials - Roblox

    Mar 21, 2022 · I’d probably change the title to a open-close gui instead, since this has nothing to do with a shop. If you want to make it into a shop GUI tutorial, you might wanna actually give it …

  9. Close button closes all GUI’s - DevForum | Roblox

    May 6, 2020 · You can write your topic however you want, but you need to answer these questions: I want to close one GUI, and the button is all fine and all, but my close button …

  10. How to make a gui close when you click it - Roblox

    Dec 23, 2020 · Are you trying to open/close the GUI with the same button element? If so, you can easily do that with a boolean variable. I would create one like this: local IsGuiOpen = false. …