Template:Studio

This is the Studio template. It is used with images that can be used in tutorials for displaying menus and buttons in Roblox Studio.

Usage

With this template, everything in Roblox Studio is separated into menus and sub-menus. To display something, simply use it's name as shown in the studio.* If it's a menu, and you want to display it's contents, put a "$" after the name. Ex:

{{Studio|Menu$}}

Becomes

To display the selection of something within a menu, put the name if it after the name of the menu, seperated by a "$". Ex:

{{Studio|Menu$File}}

Becomes

*Keep in mind that, when displaying something, only letters and numbers are used. Simply exclude anything that isn't a letter or number from the name. Ex: "Save As..." becomes "SaveAs".