Build Roblox games with AI

An AI IDE for Roblox Studio. Describe your game, and it explores your project, writes modern Luau, and streams reviewable diffs straight into Studio.

1+--!strict
2+local Players = game:GetService("Players")
3+
4+local PlayerService = require(script.Parent.PlayerService)
5+local Config = require(script.Parent.Config)
6+
7+Players.PlayerAdded:Connect(function(player)
8+ PlayerService.onJoin(player, Config.SPAWN_ZONE)
9+end)
10+
11+print("[server] booted " .. Config.PLACE_NAME)
00mainStudio · pairedGenlua · Standard
AGENT
Describe a feature…
Agent Standard

Built like a workstation.

Sees inside Studio

A companion plugin streams runtime errors, output, and DataModel state back to the IDE. When something breaks in playtest, the agent already has the stack trace.

ReplicatedStorage.Remotes.Purchase:12: attempt to index nil
Stack Begin: Script 'Purchase', Line 12
Traced to PlayerService.lua:42, patch ready

Every change is a diff

Nothing lands silently. Edits stream into the editor as standard green/red diffs you accept or reject, hunk by hunk, across every file the agent touched.

wait(2) -- deprecated
+task.wait(RETRY_DELAY)

You pick the gear

Fast for boilerplate, Standard for real work. You choose per prompt, never auto-routed. Switch the agent between full Agent, read-only Plan, and conversational Ask.

Agent · full access. Reads, writes, and edits across your project.

Syncs with Studio, both ways

Built-in sync keeps your files and Roblox Studio in step the moment Studio opens. Save a script and it lands in the game instantly. Build something in Studio and it comes back to your project, versioned and editable. No setup, no extra tools.

Studio · paired
Main.server.luau synced to ServerScriptService
SpawnPad captured from Studio into src/

Simple plans, sized by usage.

Free

$0forever

The full IDE, no subscription.

  • Modern Luau code editor
  • Two-way Studio sync built in
  • Studio bridge: live errors + output
Download

Starter

$20/month

For steady side-project work.

  • Everything in Free
  • Full AI agent in your editor
  • Fast + Standard modes
  • One-click top-ups

Creator

Most popular
$45/month

For builders shipping every week.

  • Everything in Starter
  • 3× the usage of Starter
  • Lower per-unit rate

Studio

$100/month

For serious, daily development.

  • Everything in Creator
  • 8× the usage of Starter
  • Best per-unit rate

Run dry mid-sprint? Top-ups are one click, sized to your plan, and never change your subscription.

Your next game, with an agent in the loop.

Download the app, create your account, and your plan follows you straight in.