New — Live editing inside Roblox Studio

Build Roblox games at the speed of thought.

Patched is the AI co-pilot for Roblox Studio. It plans, writes, and edits Lua directly inside your place — so you ship features instead of fighting context switches.

No credit card. Free tier ships with 100 daily edits.

Patched.gg / chat / tycoon-dropper-rebalance
Tycoon dropper rebalance
Upgrade
You
Make my dropper give 25% more cash on weekends and add a glowing aura when boosted.
Patched logo
Patched
Process mapComplete
  • Planning
    Locate dropper, scale payout on weekends, attach aura particle.
  • Reading Studio tree×3
    3 calls completed.
  • Writing script×2
    2 calls completed.
  • Setting property
    Returned successfully.
  • Writing answer
    Done.
Done — your dropper now grants 25% extra cash on Saturdays and Sundays, and a soft rose aura activates whenever the multiplier is live. Saved as a checkpoint so you can Ctrl+Z to revert.
You
Add a top-10 leaderboard to the lobby that updates live.
Patched logo
Patched
Process mapComplete
  • Planning
    List StarterGui for ScreenGui roots, add Frame + LocalScript refresh (not on TextButtons).
  • Reading Studio tree
    Returned successfully.
  • Creating instance×2
    2 calls completed.
  • Writing script
    Returned successfully.
  • Writing answer
    Done.
Live leaderboard added: new ScreenGui StarterGui.LobbyLeaderboard (HUD root) plus LeaderboardClient LocalScript for the 2s refresh — UI buttons stay TextButtons; logic lives in the script. Pulls from PlayerStats.Cash.
You
Write a daily quest system with 3 rotating quests per day.
Patched logo
Patched
Process mapComplete
  • Planning
    Define quest pool, seed by date, persist progress in DataStore.
  • Creating instance
    QuestService folder created.
  • Writing script×3
    3 calls completed.
  • Setting property
    Returned successfully.
  • Writing answer
    Done.
Daily quests scaffolded — QuestService seeds 3 quests per day from your pool of 12 and saves progress per player to PlayerData/quests.
You
Make my dropper give 25% more cash on weekends and add a glowing aura when boosted.
Patched logo
Patched
Process mapComplete
  • Planning
    Locate dropper, scale payout on weekends, attach aura particle.
  • Reading Studio tree×3
    3 calls completed.
  • Writing script×2
    2 calls completed.
  • Setting property
    Returned successfully.
  • Writing answer
    Done.
Done — your dropper now grants 25% extra cash on Saturdays and Sundays, and a soft rose aura activates whenever the multiplier is live. Saved as a checkpoint so you can Ctrl+Z to revert.
You
Add a top-10 leaderboard to the lobby that updates live.
Patched logo
Patched
Process mapComplete
  • Planning
    List StarterGui for ScreenGui roots, add Frame + LocalScript refresh (not on TextButtons).
  • Reading Studio tree
    Returned successfully.
  • Creating instance×2
    2 calls completed.
  • Writing script
    Returned successfully.
  • Writing answer
    Done.
Live leaderboard added: new ScreenGui StarterGui.LobbyLeaderboard (HUD root) plus LeaderboardClient LocalScript for the 2s refresh — UI buttons stay TextButtons; logic lives in the script. Pulls from PlayerStats.Cash.
You
Write a daily quest system with 3 rotating quests per day.
Patched logo
Patched
Process mapComplete
  • Planning
    Define quest pool, seed by date, persist progress in DataStore.
  • Creating instance
    QuestService folder created.
  • Writing script×3
    3 calls completed.
  • Setting property
    Returned successfully.
  • Writing answer
    Done.
Daily quests scaffolded — QuestService seeds 3 quests per day from your pool of 12 and saves progress per player to PlayerData/quests.
Ask Patched to build something new…
Patched 1.0
1,240 credits left

Patched can make mistakes. Verify important info.

Why pick Patched

A copilot that actually feels like Studio.

Built ground-up for Roblox developers — not a generic chatbot bolted on top.

Plans before it edits
Studio-native plugin
Real-time edits
Undo with Ctrl+Z
Multi-model
Powerful features

Everything you need to ship in Studio, without leaving your place.

Patched plugs into Roblox Studio over HTTPS and gets full read/write access to your scripts, instances, and properties — all undoable with Ctrl+Z.

Workspace
Tycoon
Drippers
DropperLogic
ServerScriptService
GameLoop
Reads your whole place

Patched walks the instance tree on demand — Workspace, ServerScriptService, ReplicatedStorage — so it always knows what it's editing.

function dropper:onCash(amount)
if isWeekend() then
amount = amount * 1.25
end
return amount
end
Synced to DropperLogic.lua
Writes Lua live in Studio

Edit, create, rename, delete — Patched calls into your plugin and applies changes directly. You watch them land in real time.

Process map
  • Plan
  • Read tree
  • Edit script
  • Set property
Plans before it acts

Every non-trivial request gets a step-by-step plan first. You see the reasoning, the tools it'll call, and the result.

A workflow built for solo devs and full studios.

Use Patched for one-off prototypes or wire it into your team's day-to-day. Persistent chats, multiple models, and a Studio plugin that just works.

Persistent chat memory
Multiple model picker
One-click undo per action
Process map for every task
Works on any place
HTTPS-secured plugin
Auto-savesStudio-nativeGPT-4o readyNo Rojo requiredFree tier
Studio plugin

One plugin. Three clicks. Live editing.

The Patched plugin is one file. Drop it in Studio, hit connect, and every action you take in chat lands in your place — instantly and undoable.

  1. 01
    Install from Roblox
    Get Patched from the Creator Store — it installs straight into Studio.
  2. 02
    Open the plugin
    In Studio, open the Plugins tab and launch the Patched panel.
  3. 03
    Click Connect
    Patched pairs with this web app over HTTPS — your place is editable from chat.
Roblox Studio — MyTycoon.rbxl
Patched
v0.2.1
Status
Connected
Actions
24 applied · last: write_script
Pricing

Choose the plan that fits your development pace.

Start free. Upgrade when you need bigger models, more edits, or seats for your studio.

Free Package

For solo devs trying things out.

FREE
What you get
  • Patched 1.0 model
  • 100 daily edits
  • Studio plugin (HTTPS)
  • Persistent chat history
  • Community support
Get started
Most popular
Studio Package

For working game devs shipping weekly.

$12/ month
What you get
  • Everything in Free
  • GPT-4o & GPT-4.1 mini
  • Unlimited edits
  • Process-map exports
  • Priority Studio plugin
  • Email support
Start Studio
Team Package

For studios with shared places.

$39/ month
What you get
  • Everything in Studio
  • 5 seats included
  • Shared chat workspace
  • Brand customization
  • SSO + audit logs
  • Dedicated success manager
Talk to sales