STUDIO WORKFLOW · MVP

Build on the web.
Own it in Studio.

Transfer any BuildGUI interface into StarterGui as editable native Instances. No HTTP permission, no hidden binary, and every import participates in Studio undo.

01

Build visually

Choose one of six working patterns, refine the theme, and preview it across device sizes.

02

Copy transfer code

The website exports a small versioned JSON payload containing only the interface specification.

03

Import and edit

The plugin validates the payload, creates native objects under StarterGui, selects the result, and records an undo step.

SAFE BY DEFAULT

No network permission required.

LOCAL INSTALL

Test the MVP in Studio

  1. Download BuildGUI.plugin.lua.
  2. Create a plugin Script in Studio and paste the source.
  3. Choose Save as Local Plugin.
  4. Open BuildGUI from the Plugins tab.
  5. Copy a transfer code from the BuildGUI editor and import it.