Plugin Guide
What the Roblox Studio plugin will do and how to join the waitlist.
The Roblox Studio plugin is currently in development and has not yet passed Roblox Creator Marketplace review. This guide explains what it will do, how the workflow will work, and what you can do today.
Current status: the plugin is on the waitlist. Visit the plugin page and join the waitlist to get an email the moment it is installable from the Roblox Creator Marketplace. Until then, you can export clean Luau from the editor and paste it into StarterGui manually - the output is identical.
What the plugin will do: once live, it will import your saved Roblox GUI Maker projects straight into Studio in one click. Instead of copy-pasting Luau, you pick a project from a list and the plugin builds the entire UI hierarchy as real instances in StarterGui.
The planned workflow is four steps: 1. Install the plugin from the Roblox Creator Marketplace. It will appear under the Plugins tab in Studio. 2. Enable HttpService in Game Settings, under Security. This lets the plugin fetch your saved projects from the Roblox GUI Maker API. This is a one-time setup. 3. Open the plugin toolbar button and sign in with the same account you use on the web editor. The plugin lists your saved projects. 4. Select a project and click Import. The generated ScreenGui, Frames, TextLabels, TextButtons, and layout objects appear in StarterGui, ready to play.
Troubleshooting: if the Import button does nothing, first confirm HttpService is enabled - most import failures come from that setting being off. Second, confirm the project was saved in the editor (unsaved projects do not sync). Third, check that you are signed in with the same account on both the web editor and the plugin.
Joining the waitlist: go to the plugin page and click Join Plugin Waitlist. You will be emailed when the plugin passes review. There is no cost to join, and the plugin will be free like the editor.
In the meantime: export Luau from the editor and paste it into StarterGui. The paste workflow produces the same result as the plugin will, just with one extra manual step.