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-studio-plugin.lua using the button above.
  2. In Studio, open Plugins → Plugins Folder, move the downloaded file into that folder, then restart Studio.
  3. If direct loading is unavailable, create a Script in ServerStorage, paste the downloaded source, select it, then choose Plugins → Save as Local Plugin.
  4. Open BuildGUI from the Plugins toolbar.
  5. Copy one interface or a complete UI Kit from the web editor, paste it into the plugin, and import.