Roblox Tools Hub
Advertisement
⌨️

Roblox Studio Keybinds

Complete searchable reference for all Roblox Studio keyboard shortcuts.

New place
Ctrl+N
Open from file
Ctrl+O
Save to Roblox
Ctrl+S
Save to file
Ctrl+Shift+S
Undo
Ctrl+Z
Redo
Ctrl+Y
Copy
Ctrl+C
Cut
Ctrl+X
Paste
Ctrl+V
Duplicate
Ctrl+D
Select all
Ctrl+A
Delete selection
Delete
Play (client mode)
F5
Run (server only)
F6
Start (multi-client)
F7
Stop simulation
F8
Play here (current camera)
Ctrl+F5
Move tool
Ctrl+T
Rotate tool
Ctrl+R
Scale tool
Ctrl+E
Focus camera on selection
F
Toggle local / global space
Ctrl+L
Move tool (alt)
Alt+W
Rotate tool (alt)
Alt+E
Scale tool (alt)
Alt+R
Group selected objects
Ctrl+G
Ungroup selection
Ctrl+U
Group as Model
Ctrl+Shift+G
Toggle Anchored
Alt+A
Fly camera (hold Right Mouse)
W+A+S+D
Move camera down / up
Q+E
Faster camera movement
Shift
Rotate camera
Right Mouse + Drag
Pan camera
Middle Mouse + Drag
Zoom in / out
Scroll
Frame / zoom to selection
F
Add to selection
Ctrl+Click
Add to selection (alt)
Shift+Click
Select specific ancestor
Alt+Click
Clear selection
Escape
Toggle line comment
Ctrl+/
Trigger autocomplete
Ctrl+Space
Find in script
Ctrl+F
Find and replace
Ctrl+H
Go to line number
Ctrl+G
Indent selection
Tab
Un-indent selection
Shift+Tab
Format document
Ctrl+K
Delete line
Ctrl+Shift+K
Move line up
Alt+
Move line down
Alt+
Select next occurrence
Ctrl+D
Go to matching bracket
Ctrl+]
Toggle breakpoint
F9
Step over (debug)
F10
Step into (debug)
F11
Step out (debug)
Shift+F11
Continue / Resume (debug)
F5
Rename selected item
F2
Search in Explorer
Ctrl+F
Select multiple items
Ctrl+Click
61 of 61 shortcuts shown. Shortcuts may vary by Roblox Studio version and OS.
Advertisement

About Roblox Studio Keybinds

The complete searchable reference for every Roblox Studio keyboard shortcut — from testing and script editing to camera controls, model transforms, and Explorer navigation.

Knowing your keyboard shortcuts in Roblox Studio is one of the biggest productivity multipliers available to any developer. Expert developers rarely reach for the mouse when a keyboard shortcut is available — the saved time across thousands of daily interactions accumulates into hours of additional development time every week.

The most impactful shortcuts to learn first are the testing shortcuts. F5 starts the game in Play mode, F6 runs the server without a local player (useful for testing server-side scripts), and F8 stops any running simulation. These three shortcuts alone eliminate countless trips to the toolbar during testing.

For Transform operations, the three core shortcuts are Ctrl+T (Move), Ctrl+R (Rotate), and Ctrl+E (Scale). Combined with the F key to focus the camera on any selected object, these four shortcuts cover 90% of positioning work in the 3D viewport. Press Ctrl+L to toggle between local and global transform space when rotating objects.

In the Script Editor, Ctrl+Space triggers autocomplete, which is essential for writing Roblox APIs quickly. Ctrl+/ toggles line comments, Tab/Shift+Tab indents/un-indents selections, and F9 toggles breakpoints for debugging. Ctrl+K formats the entire document with proper indentation — similar to using our Lua Formatter tool.

The camera controls are often overlooked by beginners. Holding Right Mouse Button and using WASD provides first-person camera flight through the viewport, which is dramatically faster than any mouse-only navigation. Holding Shift while flying increases movement speed. The Scroll wheel zooms in and out, while Middle Mouse drag pans without rotating.

Learning keyboard shortcuts is an investment. Start with the 10 most-used ones and practice them until they become muscle memory. Once mastered, each shortcut feels invisible — and your development speed increases measurably.

How to Use Roblox Studio Keybinds

  • Step 1: Use the search bar to find shortcuts by action name or key name.
  • Step 2: Filter by category (Testing, Transform, Script Editor, etc.) using the category buttons.
  • Step 3: Bookmark this page for quick reference while working in Roblox Studio.
  • Step 4: Learn 5 new shortcuts per week — muscle memory takes a few days of practice.
  • Step 5: Press F5, F8 in Studio to start/stop testing without moving your hands off the keyboard.

Use Cases

  • Beginners learning Roblox Studio navigation for the first time.
  • Developers looking to speed up their Studio workflow.
  • Scripters memorizing Script Editor shortcuts for faster coding.
  • Level designers learning transform and camera shortcuts.
  • Sharing as a reference guide for new members of a Roblox development team.

Why Use the Roblox Tools Hub Roblox Studio Keybinds?

  • Complete coverage of all major Roblox Studio shortcut categories.
  • Searchable by action name or key — find any shortcut instantly.
  • Filterable by category (File, Testing, Camera, Script Editor, etc.).
  • Visual keyboard key styling makes shortcuts easy to scan.
  • Always up-to-date with current Roblox Studio version shortcuts.

Frequently Asked Questions

Related Tools

Advertisement