The agentic IDE for Roblox Studio

Describe your game. Genlua explores your project, writes modern Luau, and streams reviewable diffs, synced 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, not a chat wrapper.

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)
RejectAccept

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.

FastStandardAgentPlanAsk

Syncs into Studio with Rojo

Genlua bundles Rojo and wires it up for you. Your project tree is the source of truth, syncing straight into Roblox Studio. No install, no config — it's how your code reaches the game.

$ rojo serve
Visit localhost:34872 in your browser
Genlua attached · watching src/

Simple plans, sized by usage.

Free

$0forever

The full IDE, no subscription.

  • Modern Luau code editor
  • Rojo 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.