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

    The Script tab contains tools for writing and testing scripts. You can only access this tab when you're viewing or editing a script. Navigate. The Navigate section lets you quickly jump between any open script.

  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…

    Missing:

    • Roblox Studio

    Must include:

  3. Create a script | Documentation - Roblox Creator Hub

    Scripts are commonly created in ServerScriptService, a special folder made just for holding scripts. In Explorer, hover over ServerScriptService to see the + button. Click the + button and select Script. A new script will be created and the script editor will open. Right-click Script and select Rename. Name the script PracticeScript.

  4. How to Script in Roblox Studio! (Beginner Guide) - YouTube

    In this video I show you the basics on how to script in Roblox Studio! We go through scripts, variables, functions and events. Some of the most important too...

  5. Making Play Button Work - Scripting Support - Developer Forum - Roblox

    May 16, 2020 · Ok, where in the script does that go? In future, instead of uploading an image, you should just use a code block. It makes it easier for people to read the code you’ve written! EG: print("hi") Just as a sidenote, Activated isn’t an event of any GUI button. You should use the MouseButton1Click event to detect clicks on GUI buttons!

  6. [Full Tutorial] How to script on Roblox | Beginners!

    Sep 20, 2022 · Today, I will be teaching you how to script from scratch - all the basics you need to know when coming to script on Roblox with a better and updated version! Understand the very basics of scripting on Roblox. Variables, DataTypes. Attributes, Properties. Math library. Conditions,Functions, Loops. Return, Remotes. Gamepasses,DevProducts.

  7. create-a-script.md - GitHub

    To find the script next time you open up Roblox Studio, click on the name of the script above the game editor, or double-click the script's name in Explorer. You can see the result of running the default code with the Output window.

  8. Button (On click) - Scripting Support - Developer Forum - Roblox

    Apr 8, 2022 · Its a Local script inside a screen gui that controls the button (each button is parented to a different screengui. That should work if button is a textbutton. Its working but I don’t know how to make it reappear once clicked again. Try this script: button.Parent.Parent.Spiral.Enabled = true. button.Parent.Parent.Swimmingpool.Enabled = true.

    Missing:

    • Roblox Studio

    Must include:

  9. How to make an open button for a GUI - DevForum | Roblox

    Jun 29, 2022 · Once you done make a frame, make a button inside the Screen Gui. You can design and name them however you want. Make sure to make the frame invisible (properties > Visible) so it will actually work. 3) Make a local script inside the button. 4) Let’s script!

    Missing:

    • Roblox Studio

    Must include:

  10. Resources _ Community Tutorial: How to Create a Simple Script ... - Roblox

    Dec 28, 2024 · Go to Roblox Studio. Open the game you want to add a description to. Click on the “Game Settings” button in the toolbar. Find the field labeled “Description”. Write a brief yet informative description of your game. You can include gameplay mechanics, story elements, objectives, or anything that gives players a reason to check out your game.

Refresh