Studio plugin · public betav0.9.4 · July 2026

Vibe-code Roblox games with AI.

Blox Builder is the AI co-pilot built for Roblox Studio. Describe a tycoon, an obby, a simulator — and watch Luau scripts, parts, UI, terrain and full systems stream into your project in real time.

Free during beta
~90s to first script
Works offline in Studio
Workspace · game.rbxl
Blox Builder · connected
"Add a neon checkpoint system"
Plugin

One panel. Every tool you need in Studio.

Blox Builder lives inside Roblox Studio as a dockable plugin. Chat, generate, preview and apply — all without leaving your project.

Blox Builder — Untitled Tycoon
Add a daily-reward system that gives 50 coins on first login each UTC day, with a 24h cooldown stored in a DataStore.
Got it. Creating DailyRewards.server.lua + RemoteEvent + DataStore2 wrapper. Streaming…
✓ wrote DailyRewards.server.lua · 84 lines
✓ created RemoteEvent RewardClaimed
✓ inserted ServerScriptService DataStore2
Diff preview ready. 3 new files, 0 edits, 0 deletions. Apply to commit, or keep chatting to refine.
Make the cooldown 22 hours so it resets at the same time daily…Send ⏎
Capabilities

Everything to ship a Roblox hit, in one AI.

From the first line of Luau to a fully-playable tycoon — Blox Builder handles the boring parts so you can focus on the fun parts.

01 / CODE

Generate Luau scripts

Type a behaviour in plain English, get idiomatic, type-safe Luau — with comments, return types, and Roblox-API aware patterns baked in.

02 / WORLD

Build the world

Parts, models, folders, terrain, lighting, skyboxes. Blox Builder scaffolds entire maps from a single sentence and respects your project structure.

03 / UI

Insert UI automatically

Generate ScreenGuis, frames, buttons, and animations. Bind them to RemoteEvents with one prompt — no more hand-wiring 20 instances.

04 / SYNC

Real-time streaming

Watch Luau stream line by line, exactly like Cursor. Stop, redirect, and continue — the model picks up from where you cut it off.

05 / DEBUG

Detect & fix errors

Hook into the output console. Blox Builder explains stack traces inline, proposes a fix, and patches the script — all from a single slash command.

06 / REFACTOR

Refactor & explain

Split a 1,200-line script into clean ModuleScripts, add type annotations, or just ask "what does this do?" — Blox Builder reads the whole tree.

Live generation

One prompt.
A complete system.

No boilerplate, no scaffolding, no "find/replace this token". Blox Builder produces the script, the RemoteEvent, the DataStore wrapper, and the client UI in a single, atomic diff you preview before applying.

youStudio · Tycoon_v3
"Build a leaderboard that ranks players by total coins earned. Update every 30 seconds using a SortedList, broadcast changes via a RemoteEvent, and render the top 10 in a ScreenGui with their avatar headshot."
ScriptRemoteEventUIDataStore
📄Leaderboard.server.luaLUAU
1-- Leaderboard.server.lua · generated by Blox Builder
2local DataStoreService = game:GetService("DataStoreService")
3local Players = game:GetService("Players")
4local RE = Instance.new("RemoteEvent", ReplicatedStorage)
5RE.Name = "LeaderboardUpdated"
7local store = DataStoreService:GetOrderedDataStore("Coins")
10local function refresh()
19RE:FireAllClients(top)
How it works

From install to Generate in five steps.

Set up the plugin and Studio Bridge on your PC, connect with your token, then describe what you want to build — the AI applies changes live in Roblox Studio.

01 — PLUGIN

Install the Studio plugin

Download the `.lua` plugin and add it to Roblox Studio so chat and Generate live inside your place.

Download plugin →
02 — BRIDGE

Start Studio Bridge

Unzip and run Start-BloxBuilder-Bridge.bat. Leave that window open so Studio stays connected to our API while you build.

Download Bridge →
03 — TOKEN

Copy & paste your token

Sign in → Dashboard → Copy token → paste it in the plugin. Optionally click Connect Studio Bridge on the dashboard.

Open dashboard →
04 — MCP

Enable Studio MCP

In Roblox Studio: Assistant → Manage MCP Servers → enable Studio as MCP server so the agent can edit your place live.

05 — GENERATE

Describe your game

Type a prompt in the plugin and hit Generate. The agent explores Studio, builds systems, and applies changes while Bridge stays connected.

Full setup guide →
Roblox devs in beta
Lines of Luau generated
First-try compile rate
Generations completed
Compare

Built for Roblox, not adapted for it.

Generic AI code tools get Roblox wrong in subtle, expensive ways. Blox Builder is trained on the Roblox API, idiomatic Luau, and a year of community patterns.

Capability
Blox Builder
Cursor / Copilot
Lovable / v0
Idiomatic Luau with types
partial
Auto-creates RemoteEvents / Folders
Inserts parts / models / terrain
UI only
DataStore2 / ProfileService patterns
Live preview / diff before apply
inline
Project-wide web dashboard
Runs inside Roblox Studio
IDE only
From the community

Built with Roblox devs, for Roblox devs.

Our obby went from blank baseplate to fully playable in one afternoon. The DataStore patterns it generated were better than what I would have written — and I ship Roblox games for a living.

Maya "maboroshi" Chen
Studio Lead · Lumen Studios · 1.2B visits

I used to bounce between VS Code, Studio, the docs, and three AI tools. Blox Builder replaced all of them. The fact that it lives inside Studio is the unlock — I never lose context.

Diego Romero
Solo dev · @diger · 480k followers

The diff preview is the killer feature. My team can review AI changes like a PR before they ever touch the game tree. It feels safe, not magical.

Priya Sundaram
CTO · Hexcore Games · Adopt Me engineering alum
Pricing

Free while in beta. Paid when it ships.

Lock in beta pricing now — your rate stays the same when we leave beta in Q4.

Free

$0/mo

For solo devs and small experiments.

  • 40 credits included
  • AI game generation
  • Plugin access
  • Community support
Start free
FAQ

Questions Roblox devs ask first.

Three things on your PC: (1) the BloxBuilder Studio plugin, (2) Studio Bridge running (download from /bridge/download — keep the window open), and (3) your dashboard API token pasted in the plugin. Also enable Studio MCP in Roblox Studio (Assistant → Manage MCP Servers).
Studio Bridge is a small app that runs on your computer next to Roblox Studio. It securely connects the plugin to our cloud API so the AI can edit your place live. The site and API run in the cloud; Bridge must run on your PC because only your machine can talk to Studio.
Sign in on bloxbuilder.org → Dashboard → Copy token. Paste it into the BloxBuilder plugin connection field (or click Connect Studio Bridge on the dashboard after Bridge is running).
Generation needs Bridge + internet (API and AI run in the cloud). Playtesting and undo/redo in Studio still work offline once content is in your place.
Free tier runs a tuned model for fast builds. Pro and Studio plans get our frontier model trained on Roblox API docs, community patterns, and reviewed Luau from top games. OpenAI keys stay on the server — you never put a key in Bridge.
Both. With Bridge connected, the agent explores your place via Studio MCP and applies edits live. You can also review output and Apply from the plugin when needed.
No — paid plans are zero-retention by default. Free generations may be used in aggregate to improve the model; you can opt out from the plugin settings in two clicks.
Current Roblox Studio on Windows and Mac with Studio MCP available. Install the plugin from /install, then download Bridge for Windows from /bridge/download.
Limited beta access

Build the Roblox game you keep describing.

Join the beta, get the plugin in under 90 seconds, and ship your next hit this weekend.