5 min
Learning Objectives | Students will be able to:
|
Prerequisites | Students should:
|
This extension allows you to play Roblox game from new tab page. Offered by (31) 40,000+ users. This extension allows you to play Roblox game from new tab page. How do I uninstall this extension? Click on the button with three horizontal lines or the three dots found in the upper right-hand corner of. This extension is not made by Roblox, and can not be used to play Roblox games. Roblox+ is a free Google Chrome extension made by me (WebGL3D) that adds features to the Roblox.com website! Roblox Studio tells you to log in even though you already are These steps may help some non-Studio related issues such as entering a game as a Guest even when you are logged in Other: If you're experiencing a different issue with Studio, the steps below may also help to resolve it. Upon logging into Roblox, visit any of your games, click in the upper-right corner, and select Edit; A pop-up window will appear informing you that Roblox Studio is installing; Once installed, Studio will automatically open; Note: A secondary pop-up window may appear asking you to select a program.
Coding is the process of creating instructions for computers to follow. Just like people use different languages such as English and Spanish, so do programs. Roblox uses the coding language Lua.
In Roblox, lines of Lua code are held in scripts. These scripts give the game sets of instructions on how to give players health points, create a rain of fireballs, or anything else imaginable.
Creating New Scripts
Scripts are commonly created in ServerScriptService, a special folder for holding and running scripts.
- In the Explorer, hover over ServerScriptService to see the .
- Click the and select Script. This opens the script editor.
- Right-click on the Script and select Rename. Type in PracticeScript. Naming scripts is an important way of remember what each one does.
Using the Script Editor
Whenever you create new scripts, the script editor will automatically open up. This is where you will type your code in.
Imovie where are files stored. 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 the Explorer.
These documents are licensed by Roblox Corporation under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Roblox, Powering Imagination, and Robux are trademarks of Roblox Corporation, registered in the United States and other countries.
In an obby, short for obstacle course, players jump from object to object while avoiding obstacles to get to the end of a level.
Before designing your own, there's an example template you can try out. Templates are pre-built projects you can use as a start for your own games.
Roblox Studio Download
Discussion Topic: Introducing the Obby »
Ask if anyone has ever played an obby or a platforming game before (Super Mario, Kirby, Sonic, etc ). If they have, ask that student to briefly describe the game in 1 - 2 sentences and say what they find fun about it (challenging jumps, variety of obstacles, etc).
Open the Template
- Open Roblox Studio.
- In the upper left corner, click New.
- Scroll until you see the template named Obby.
- Click the template to open it.
Close Windows
When you first open up Studio, it'll have some windows open which you don't need. Close these so you have more room to work on your game.
- Close the Toolbox by clicking the × on that window.
- Close the Tutorials window.
- Your workspace should now look like this:
Open Roblox Studio App
Bringing Windows Back
If you want to reopen a window you closed, go to the View tab and click on the name of the window you want to open.
Playtest the Obby Template
Click the Play button in the top-left corner.
In-Game Controls
Control | Action |
---|---|
WASD or the arrow keys | Move your character |
Spacebar | Jump |
Right Mouse Button | Hold and drag mouse to look around |
Stop Playtesting
To stop playtesting, press the red Stop button.
Creating a New Project
Now that you know what an obby is, you can create your own.
- To close the obby, In the upper left corner, click File > Close. If prompted to save, click No.
- Back on the New section, click the Baseplate template.
Saving Projects
Whenever you are working on a game, save every 10 minutes. That way if anything goes wrong, at least you haven't lost much work. Once published, you can edit it from any computer.
- Select File → Publish to Roblox to open the publishing window.
- Enter a place name and an optional description.
- When ready, click the Create button…
Finding Lost Files
Studio will save a temporary backup of your work every so often. If for some reason you can't find your file, go to:
- File > Advanced > Recent
- Open your file and resave it someplace you'll be able to find it.
How To Do Roblox Studio
PreviousIntro to StudioNextBasics of Roblox Studio