Studio: Difference between revisions

1,135 bytes added ,  13 October 2023
starting work on Menu Bar section
(starting work)
(starting work on Menu Bar section)
Line 1: Line 1:
{{Map|Main Page}}
{{Map|Main Page}}


{{Outdated}}
{{WIP}}


The '''Studio''', or '''Roblox Studio''', is the program that ROBLOX games are played with. It also gives you the ability to create your own games, or [[places]]. Using the Studio you can build, [[Scripting|script]], and test places. ROBLOX developers update Studio to add in new features to ROBLOX.
The '''Studio''', or '''Roblox Studio''', is the program that ROBLOX games are played with. It also gives you the ability to create your own games, or [[places]]. Using the Studio you can build, [[Scripting|script]], and test places. ROBLOX developers update Studio to add in new features to ROBLOX.
Line 18: Line 18:
If you have a studio version of the client you want to use, then open up the RobloxApp.exe file to open studio. If there is a patched .exe file inside of the folder, then open that instead.
If you have a studio version of the client you want to use, then open up the RobloxApp.exe file to open studio. If there is a patched .exe file inside of the folder, then open that instead.


==Toolbars==
==Menu Bar==
This is the top title bar of the Studio. There are many options in this bar. If there is a button not included in this section, then they should be in the Toolbar section.
 
===File===
Towards the bottom of the File menu are your recently opened place files. Click any one of these to open them back up.
{{EmphasisBox/start|red}}
 
{|
|-
! !! Name !! Description !! [[Keyboard Shortcuts|Keyboard Shortcut]]
|-
| || Close  || Closes the place you currently have selected  ||
|-
| || Save As || Lets you save your current place to any specified format to your computer  ||
|-
| || Publish to ROBLOX... || Lets you publish your current version of your place to the ROBLOX website || <b>NON-FUNCTIONAL</b>
|-
| || Save Selection as Model... || Lets you save the objects and or models you selected as a single model file (.RBXM)  ||
|-
| || Publish Selection as Model... || Lets you publish the objects and or models you selected as a free model || <b>NON-FUNCTIONAL</b>
|-
| || Print... || Lets you print your code || {{Key press|CTRL}} + {{Key press|P}}
|-
| || Print Preview || Lets you look at what your code look like when printed ||
|-
| || Print Setup... || Lets you set up your printer for printing ||
|-
| || Exit || Lets you exit Studio and all the places you have opened ||
|}
 
{{EmphasisBox/end}}
 
===Edit===
 
===View===
 
===Insert===
 
===Format===
 
===Tools===
 
===Window===


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


<!---That's a cop out if I ever wrote one. Fill this in at some point. Should list anything that isn't immediately obvious, or covered below. --->
==Toolbars==


====File Buttons====
====File Buttons====
Line 38: Line 79:
|[[Image:Open.jpg]]    || Open || Gives you a window to open a saved place from your computer. || {{Key press|CTRL}} + {{Key press|O}}
|[[Image:Open.jpg]]    || Open || Gives you a window to open a saved place from your computer. || {{Key press|CTRL}} + {{Key press|O}}
|-
|-
|[[Image:Save.jpg]]    || Save || Lets you save your current place to your computer || {{Key press|CTRL}} + {{Key press|S}}
|[[Image:Save.jpg]]    || Save || Lets you save your current place to your computer (.RBXL) || {{Key press|CTRL}} + {{Key press|S}}
|-
|-
|[[Image:Cut.jpg]]      || Cut  || Copies something, then removes it. Lets you paste it elsewhere. || {{Key press|CTRL}} + {{Key press|X}}
|[[Image:Cut.jpg]]      || Cut  || Copies something, then removes it. Lets you paste it elsewhere. || {{Key press|CTRL}} + {{Key press|X}}