[Update] November 13, 2025
[Update] October 30, 2025
Hi Creators,
We’re introducing a series of features to the Studio Command Bar, making it easier to use for repetitive / complex workflows and modernizing it in general!
Developers on Roblox Studio frequently use the Command Bar to prototype scripts, automate repetitive tasks, and make bulk changes to their game environment. However, the nature of the Command Bar often limits this. One longstanding gripe is the inability to edit multi-line commands within the Command Bar. Developers often have to resort to keeping various commands in a separate tab, and paste them into the Command Bar solely for execution.
The Multi-line Command Bar project reduces friction for common developer workflows, enabling users to do more within the Command Bar and increase productivity.
With the new improvements, you will be able to
- Edit multi-line commands natively and ergonomically
- Save commands for repeated use: by clicking
, you will save the current command to history, and you can find them from 
- Undo/redo command execution results (as long as they aren’t permanently destructive)
- Access developer productivity features such as linting, in-line documentation, and code completion
Embedded Script Editor and Multiline Editing
The Command Bar is now an embedded script editor, which means it natively supports features like multiline editing, code assist, and linting. By default, the Command Bar will display 2 script editor lines. As you insert new lines, it will grow to a maximum of 10 lines. Once you’re ready to execute your command, you can click the “Run” button or hit Ctrl + Return.

Multiline editing
Undo/Redo Command Execution
Make a mistake in your command? No worries! The Command Bar now integrates with the Studio-wide undo/redo functionality so you can rollback any change that isn’t permanently destructive.

Undo/redo command execution
Saving Your Favorite Commands
Like before, the Command Bar will save your last 10 executed commands which you can view and load by clicking on the
icon and navigating to the “Recent” tab. You can also quickly scrub through your recent commands by hitting Ctrl + Up/Down in the Command Bar. If you have special commands that you’d like to save you can click the
, icon or hit Ctrl + B in the command bar. View or load your saved command through the “Saved” tab in the history menu.

Save/load commands
What’s Next
Our long term goal is that every action you can take in Studio, from moving a part to changing a setting, will be scriptable through Luau and Cloud APIs. The new command bar will be one of the main ways you can harness this power. We’re also exploring natural language input and integrations with Assistant to make these capabilities accessible to everyone, regardless of coding experience.
We’re excited to get community feedback on this change and hear your suggestions for potential improvements.


