Studio

Revision as of 07:38, 9 February 2012 by >JulienDethurens (→‎Group)

The Studio, or Roblox Studio, is a program that Roblox uses to play games, and gives you the ability to create your own games. Using the Studio you can script, build places and test them as well.

Studio can now be accessed from an Apple Mac.

What to use the Studio for

The Roblox Studio was built to be your all-inclusive Place editing program. Using the Studio you can Script, build and test your places all before you show off your place to the rest of the community. If you want to make any kind of changes to your Place, then you should use the Studio to make those changes. Rather than playing in solo mode, Edit and the Studio allows you to completely freeze time. The map never runs, so scripts don't start early and stuff in your map doesn't move around while you're trying to work with it. The camera can move around and you don't have to move your player to see around the map. Any serious builder or scripter uses Edit mode and the Studio.

Launching the Studio

It's easy to find Roblox Studio, open up Start, click on All Programs, and scroll down to ROBLOX. Then click on Roblox Studio. It will launch with the Games page already opened. You can play a game, or you can hit New to work on a new map.

Interactive Tour

Instead of using a lot of text to explain everything, here's a picture of what we like to call the Standard Studio View. This is the window positions, toolbars and settings that people tend to use, and we will assume that you are using for any tutorials on the Wiki. If your setup doesn't look quite like this or is missing things, then you can to go the setup guide to make it look like this.

Click on something that you want to learn about!

Error: Image is invalid or non-existent.

Toolbars

Menu Bar

This is the top title bar of the Studio. There are many options in this bar, it's encouraged that you try them out


File Buttons

These are your basic buttons, which you'd find in any program.

Name Description Keyboard Shortcut
  New Opens a new, empty place. CTRL + N
  Open Gives you a window to open a saved place from your computer. CTRL + O
  Save Lets you save your current place to your computer CTRL + S
  Cut Copies something, then removes it. Lets you paste it elsewhere. CTRL + X
  Copy Copies something and lets you paste it elsewhere. CTRL + C
  Paste Takes something you've copied or cut from somewhere else, and puts it wherever you want. CTRL + V
  Paste Into Takes something you've copied or cut, and puts it into a specific object in the Explorer. CTRL + ⇧ Shift + V
  Undo Undoes the last action. CTRL + Z
  Redo An Undo for the Undo, lets you redo an action. CTRL + Y

Group

These are two buttons here, Group and Ungroup. When you select several different bricks you can use the Group command to make them into a Model instead of separate bricks. This is very very useful, and something that you will use a lot of the time. Models can be selected at once, instead of having to select hundreds of tiny bricks, and they can be moved as one unit.

Ungrouping is as easy as selecting a model, and hitting the Ungroup button. This will make the model come apart, and each brick will be separate.

Name Description Keyboard Shortcut
  Group Takes single bricks and puts them into a Model CTRL + G
  Ungroup Takes a Model and breaks it into single bricks CTRL + U

Brick Movement

These buttons let you move bricks in specific directions.

Name Description
  Rotate Rotates an object counterclockwise
  Tilt Tilts an object
  Move Up Moves an object up 1 stud
  Move Down Moves an object down 1 stud

Camera Tools

These buttons allow you to move the camera around to look at things

Name Description Keyboard Shortcut
  Pan Left Rotates the camera 45 degrees to the left Hold down right click, move mouse
  Pan Right Rotates the camera 45 degrees to the right Hold down right click, move mouse
  Tilt Up Rotates the camera 45 degrees up Hold down right click, move mouse
  Tilt Down Rotates the camera 45 degrees down Hold down right click, move mouse
  Zoom In Gets closer to the camera's subject I (Mouse Scroll Forward)
  Zoom Out Gets farther away from the camera's subject O (Mouse Scroll Back)
  Center on Object Centers the camera on the selected object
  Zoom to Extents Fits the screen to the size of the selected object

Run, Pause and Reset

These buttons let you start and stop the actual game if you're in Edit mode.

Name Description
  Play Starts running the place.
  Pause Temporarily stops the physics in a place. Note: This does not stop scripts, they will continue to run.
  Reset Sets a place back to the point right before Play was clicked

Brick Properties

This set of buttons lets you alter the properties of a brick. Things like color, position, etc.

Name Description Property
  Drag Lets you select and then drag around bricks
  Move on Axis Puts orange arrows around a selected object. Click and hold one to drag only in that direction. Position (Property)
  Resize Puts blue spheres around a selected object. Click and drag one to resize in that direction Size (Property)
  Anchor Makes an object become frozen in place, and not move at all. Anchored (Property)
  Lock Makes an object to where you cannot select it. Locked (Property)
  Fill color Select a color and click on a brick to set it there. BrickColor
  Pick color Click on a brick to set the fill color tool to that color.
  Material Like the Color, select a material and click on a brick to apply it. Material (Property)

Surface Types

These buttons let you select what type of surface an object has. Click on the type of surface you want, then on the specific surface you wish to change.

Name Description
  Smooth Does not connect with inlets, studs, glue or universal surfaces.
  Glue Higher friction than a Smooth surface, otherwise the same.
  Weld Creates a connection with any surface.
  Studs Creates a connection with Universal, Inlets, or Welds.
  Inlets Creates a connection with Studs, Universal, or Welds.
  Universal Creates a connection with Studs, Inlets or Welds.
  Hinge Creates a rotation point, allowing a brick touching the yellow pin to rotate.
  Motor Creates a powered hinge joint. See Motors

Window Elements

Tabs

Right below all of the toolbars you'll find the Tabs. These let you move between different windows. When you open a Script it opens up a tab next to the Place tab. You can reorder tabs by clicking and dragging them, and close individual tabs by clicking on the tab, and then clicking the X icon in the right corner of the Tab area.

Game Window

This is the space where you can see the 3D view of the level. You move bricks around and edit things in this window. When you open a Script, this 3D view is replaced by the Script view.

Gear

Inside and in the bottom left corner of the Game Window you will see the Gear list. This lists the different items that are in the StarterPack, which is the set of items each player gets when they enter the server, and when they respawn.

Status Bar

The status bar is the very bottom of the window. This gives you information relating to how the game is running. It's mostly program information that you don't need to worry about.


Output Bar

Main article: Output

This is the section of Roblox Studio that displays manually or automatically printed messages. Automatically printed messages may be yellow or blue, and sometimes even red. Manually printed messages may be red or normal (black with regular font style).

Plugins

Plugins were introduced on August 11th, which allows users to develop their own building tools that will appear on toolbars in ROBLOX Studio. Currently, there are many default plugins made by ROBLOX. To see more information on plugins, and how to make your own, visit here.

See Also

Uses..

Settings and Other

Similar...