The View tab lets you toggle various windows in Studio, toggle the view selector, and customize display options.

Windows and Tools
The Show section lets you toggle specific windows and tools within Studio.
Action | Description |
---|---|
Explorer | Shows the Explorer window containing a hierarchical tree of the instances and services in the place. |
Properties | Shows the Properties window containing all properties of selected object(s). |
Asset Manager | Toggles the Asset Manager window for managing the game's places, images, meshes, and more. |
Toolbox | Toggles the Toolbox window open and closed. |
Object Browser | Shows information on every object, class, and enum in Roblox. |
Output | Shows any errors, warnings, or print outputs from running scripts. |
Script Analysis | Shows script errors and warnings without having to start running the game. |
Command Bar | Used to execute Luau code outside of scripts. |
Performance | View diagnostic information of your game. |
Task Scheduler | Shows feedback on looping services in your game while it's running. |
Script Performance | Shows CPU usage of scripts. |
Find All / Replace All | Displays the results from searching with Shift + Ctrl + F. |
Team Create | Lets you collaborate and edit the place with other Roblox users. |
Script Recovery | Toggles a window containing recovered scripts. |
Terrain Editor | Opens a window with tools for creating and shaping terrain. |
Tag Editor | Opens a window with tools for defining, assigning, and managing tags for use with CollectionService. |
Call Stack | View the call stack while using the debugger. |
Breakpoints | View existing breakpoints in a script while using the debugger. |
Watch | Used to monitor variable values as you step through breakpoints while using the debugger. |
View Selector
The View Selector widget lets you easily navigate between 14 views in 3D space to get the perfect view of your creations. Clicking on any face or corner of the selector moves the camera to that orientation.


Display Options
Grid and Wireframe
A visual grid or wireframe view can be toggled through the buttons in the Settings section.


UI Visibility
Toggles the visibility of on-screen user interface elements in the 3D viewport.


Diagnostic Stats
The Stats section contains buttons which toggle on-screen diagnostic information.

Action | Description |
---|---|
Stats | Shows detailed game stats. |
Render | Shows detailed graphics and performance data. |
Physics | Shows detailed physics data. |
Network | Shows detailed network stats. |
Summary | Shows a summary of stats data. |
Clear | Removes all stats from the screen. |