Commands

This page lists the commands a Roblox creator actually uses in Roflow — the ones in the command palette, and the slash commands you type into the agent chat.

There are two kinds of "command" in Roflow, and they run in different places:

  • Command palette commands — app-level actions like switching views, importing from Studio, or opening the agent. You run them from the command palette.
  • Slash commands — shortcuts you type into the Roflow Agent chat to kick off a structured task.

Running command palette commands

Open the command palette with Cmd/Ctrl + Shift + P, then start typing the command's name and press Enter. Many of these commands also have a button or menu entry, listed in the tables below so you can pick whichever is quickest.

Views and the dashboard

Roflow's main area shows either the Dashboard (your game control panel) or the Code editor. These commands switch between them. See The Interface for a tour of both.

CommandWhat it doesOther ways to run
Roflow: Toggle Dashboard / CodeFlips the main area between the Dashboard and the Code editor.Cmd/Ctrl + Shift + H; the switch button at the top of the left sidebar; the "Roflow Dashboard" entry in the top-bar and Help menus
Roflow: Show DashboardOpens the Dashboard view.
Roflow: Show CodeOpens the Code editor.
Roflow: Start Recommended Next StepStages the Dashboard's recommended next action in the chat input, ready to send. Works while the Dashboard is showing.Cmd/Ctrl + Shift + B (Dashboard mode only)
Roflow: Fix Top RiskStages a fix for the top open risk from the Dashboard in the chat input. Works while the Dashboard is showing.Cmd/Ctrl + Shift + F (Dashboard mode only)

To reach the individual Home surfaces — Projects, Game Dashboard, Documentation, and Settings — use the labeled buttons on the left navigation bar rather than a command.

Studio and syncing

These commands (category Roblox) move your game between Roflow and Roblox Studio. They need the Studio Bridge connected.

CommandWhat it doesOther ways to run
Pull from StudioImports the place you currently have open in Roblox Studio into Roflow as an editable project.The "Import from Studio" button on the Projects page
Re-import ProjectRe-imports the connected place into an existing Roflow project, refreshing it with the latest from Studio.
Import Game from FileCreates a Roflow project from a game file instead of a live Studio session.
Toggle Studio SyncPauses or resumes live one-way syncing of your local edits into the connected Studio place. Roflow remembers the setting per project.Click the Studio indicator in the status bar

The 3D viewport

Roflow can show your Studio place in a 3D viewport tab inside the app, without switching to Studio.

CommandWhat it doesOther ways to run
Roblox: Open ViewportOpens the in-app 3D viewport tab showing your connected place.The "Open 3D Viewport" action in Home; the "3D Viewport" button on the Game Dashboard
Mirror Workspace to ViewportRefreshes the viewport so it matches the current state of your place.The Refresh button in the viewport toolbar

The Roflow Agent

These commands (category Roflow Agent) open and drive the agent chat. Most are also the buttons at the top of the agent panel. See Talking to Roflow for how the chat works.

CommandWhat it doesOther ways to run
New TaskStarts a fresh task with a clean conversation.The plus (+) button at the top of the agent panel
HistoryOpens the list of your past tasks.The History tab in the agent panel
SettingsOpens the agent's settings.The Settings tab in the agent panel
AccountOpens your account view in the agent panel.The account button in the agent panel
Jump to Chat InputMoves your cursor into the chat composer so you can start typing.Cmd/Ctrl + L, or Cmd/Ctrl + ' when nothing is selected in the editor
Add to Roflow AgentAdds your current editor selection (or terminal output) to the chat as context.Cmd/Ctrl + ' with text selected; the editor and terminal right-click menus
Open in EditorPops the agent chat out into the main editor area.The pop-out button in the agent panel
Open In New TabOpens the agent chat in a new tab.
Open WalkthroughOpens Roflow's in-app getting-started walkthrough.

AI code helpers

Select some code in the editor first, then run these (category Roflow Agent). They're also on the editor right-click menu.

CommandWhat it does
Explain with Roflow AgentAsks the agent to explain the selected code.
Improve with Roflow AgentAsks the agent to improve or refactor the selected code.
Generate Commit Message with Roflow AgentWrites a commit message for your staged changes. Available in the Source Control view when Git is enabled.

Onboarding and account

CommandWhat it doesOther ways to run
Roflow: Open Setup WizardReopens the first-run setup wizard (sign in, plugin, HTTP, connect).Runs automatically the first time you open Roflow
Roflow: Sign in with RobloxStarts sign-in with your Roblox account in your browser.The "Sign in with Roblox" button in the setup wizard and account views
Open Roflow Plugin PageOpens the Studio plugin's page on the Roblox Creator Hub so you can install it.Prompted during onboarding

Slash commands (in the agent chat)

Slash commands are typed into the agent's message box, not the command palette. Type / in the composer to open the menu, then pick a command. Your own saved workflows show up here as slash commands too.

CommandWhat it does
/newtaskStarts a new task with a clean slate.
/initHas the agent inspect an existing project and learn your setup before adding to it. Run this first on a game you already have.
/deep-planningHas the agent investigate your project, ask you questions, and produce a reviewable plan before it writes any code. See Planning Your Game.
/playtestPrepares and runs a playtest in your connected Studio. See Playtesting.
/new-serviceScaffolds a new game system (a service or controller) in your project's style.
/remote-eventGenerates validated communication between your server and client scripts.
/newruleSaves a reusable project rule the agent will follow from then on.
/smolCondenses a long conversation so the agent can keep going without losing the thread.
/reportbugFiles a bug report about Roflow.