Guides
Building Roblox games with AI agents
Everything here comes out of running agents against real Roblox Studio sessions — including the steps that are undocumented, the failures that survive code review, and the checks worth running before you ship.
Connect your agent to Studio
You already pay for an AI plan. These guides make it reach the running game.
Claude Code with Roblox Studio
The full bridge setup, the two undocumented steps everyone loses time to, and what changes once the agent can press Play.
SetupCodex with Roblox Studio
Global MCP config instead of a project file, the one-shot exec model and the Windows exit-code-193 trap.
SetupCursor with Roblox Studio
Why Cursor ignores .mcp.json, where its config really lives, and the approval flag that makes tools load.
Fix what AI writes
Generation is the easy half. These are the failures that only appear at runtime.
Why AI-written Luau breaks in Studio
Four failures static review misses — blocking invokes, races that pick the wrong player, cleanup on the critical path — with copyable tests.
WorkflowAI Roblox script generator
Generating Luau from plain English is solved. Proving the script runs in a real Studio session is the part that still needs a loop.
Runtime error reference
The messages you actually see in Output, and what each one really means.
attempt to index nil with …
The message points at the wrong half of the problem. Six causes, from replication races to destroyed instances, with the fix for each.
ErrorInfinite yield possible on …
A warning, not an error — which is why your script silently stops forever. Plus a wait pattern that tells you which link in the chain is missing.
ErrorDataStore not saving
Why data survives Studio but vanishes in production: no BindToClose, missing pcall, SetAsync races, throttling and session locking.
Free tools
No sign-up, no upload, no account.
Luau error decoder
Paste the red line from Output and get what it means, the causes in order, and the fix. No sign-up, nothing uploaded.
ToolRemoteEvent security scanner
Paste a server script and see which remote handlers trust the client. Runs entirely in your browser — the code never leaves the page.
Before you ship
Security and release checks that do not depend on any tool you buy.
RemoteEvent security checklist
Seven server-side checks for every client-to-server remote, a safer purchase handler, and the exploit tests worth running.
ComparisonBaseplate vs Roblox Assistant
The built-in Assistant playtests too since April 2026. What that changes, the quota problem, and when to just use Roblox's own.
ComparisonBaseplate vs Ropilot
A dated, honest comparison including the pricing maths and who should genuinely pick the other one.
Run the loop yourself
Baseplate's free plan is the whole core flow: one agent, the live Studio bridge, Rojo sync and verified playtests. You bring the AI plan you already pay for.
Download Baseplate free