§ 001Plugin v1.0live

Stop pasting
into ChatGPT.
Forge builds inside Studio.

Your AI co-pilot inside Roblox Studio. Reads your scripts, plans the change, shows you the diff, edits in place. No tab-switching, no copy-paste, no broken pastes.

No credit card · 20 free credits on signup · Cancel in one click

139 Roblox developers shipping with Forge AI today

§ 001·25Why not just ChatGPT

Paying ChatGPT to build your Roblox game?
You're wasting your money.

Yes, we use Claude under the hood. Yes, ChatGPT can write Lua too. But ChatGPT doesn't know Roblox — it'll happily generate code that halts at Lighting.Technology = ..., fakes stars with 1000 invisible Parts, or calls APIs that don't exist.

Forge is the same price ($19/mo) but we've put seven layers of Roblox-specific tooling around the LLM so the code actually works the first time. Pay us, not the generic chatbot.

ChatGPT alone
prompt
"build me a cyberpunk city"
  • Generic Lua that doesn't understand Roblox APIs
  • Tries 1000 invisible Parts as "stars", screen renders empty
  • Writes Lighting.Technology = ... — script halts at runtime
  • Can't insert 3D models — only primitive Parts
  • No knowledge of Studio state, services, or hierarchy
  • You copy-paste, debug, and rewrite for hours
Forge AI
same prompt
"build me a cyberpunk city"
  • Pulls a curated cyberpunk recipe from our 50+ scene library
  • Sets Sky.StarCount = 3000 + Atmosphere + Bloom — looks like space
  • Plugin rejects bad APIs (Lighting.Technology, AlignVelocity...) before commit
  • Inserts 24 building MeshParts via use_forge_asset (Roblox catalog + CC0 packs)
  • Reads your Workspace hierarchy + recent errors live
  • Press Play — scene works on the first turn
RAG corpus
1700+ Roblox-specific chunks
Recipes, style palettes, asset packs, full systems — hybrid retrieval + Cohere rerank route the right knowledge to every prompt.
Plugin guards
Mechanical validation in Studio
Bad APIs, halting calls, and known anti-patterns are rejected before the script lands. No silent failures.
Asset library
Real 3D meshes, not cubes
Roblox catalog + Kenney CC0 packs, semantic search. "Insert a tree" gets you an actual tree, not a green Part.

Yes, Claude is the language model under the hood. But what makes Forge work is the seven-layer stack around it — the part that turns "build me a city" into a city you can actually play.

§ 002The range

Not just code completion. Complete game creation.

Six surfaces Forge works on — each with the same studio-native contract.

CombatSystem.rbxllive
ViewportExplorerForge
forgewrote CombatServer.lua · 84 lines
01
The writer

Luau that ships

Production-ready --!strict scripts with anti-exploit validation and a proper server/client split. No boilerplate, no placeholder TODOs.

Typical run·5 files · 140 lines · 42s
02
The sculptor

3D from a sentence

Describe the object. Forge generates a mesh, imports it into your hierarchy, sets up the materials. You keep painting.

Typical run·1 mesh · ~18s
ObbyDemo.rbxllive
ViewportExplorerForge
forgebuilt 15-stage obby · 210 lines · 51s
03
The builder

Whole game systems

Combat, inventory, shop, pet, NPC dialog, quest — one prompt wires remotes, UI, server logic, cooldowns, all of it.

Typical run·~7 prompts → shippable demo
GameAudit.reportlive
ViewportExplorerForge
Score
0/100
12 issues · 4 one-click fixes
Anti-exploit: RemoteEvent guardsPASS
Script collisions / duplicates3 found
Parts without collision fidelity41
Secrets in ServerScriptService0
Unused script references7
DataStore retry policyMISSING
04
The auditor

Your game, scored

Quality score out of 100. Reads structure, security surface, perf hotspots. Suggests fixes with one-click apply.

Typical run·Ran on 340 games · 71 median
ProjectScan.contextlive
ViewportExplorerForge
Instances seen
0/100
Re-scanned every prompt · 38 ms
Workspace · existing buildMedievalTower
ServerScriptService · scripts12
ReplicatedStorage · remotes5 wired
Open scripts in editor3
Selection (will scale, not dup)Tower · 1×
Forge actionscale → 2.5×
05
The observer

Reads what you've built

Forge scans your live hierarchy and open scripts every turn. It knows what already exists, so it scales the tower instead of duplicating it.

Typical run·Live project read · every prompt
PerfProfile.tracelive
ViewportExplorerForge
Avg FPS
0/100
12 issues · 3 hotspots
Instance census24,891
Active scripts412
Dead-code scripts27
Memory (client)312 MB
Parts w/o collision fidelityHOTSPOT
Render step hogs3 found
06
The profiler

Frames you can feel

Memory, FPS, instance census, dead code, parts without collision — the silent killers. With steps to fix each one.

Typical run·Found 12 issues / avg project
§ 003Anatomy

One sentence in.

A working system out.

Prompt

build me a combat system with a sword, health bar UI, damage numbers, and respawn

CombatSystem.rbxllive
ViewportExplorerForge
forgewrote 7 files · 220 lines · 48s · 1 credit
7 files220 lines48 seconds wall-clock1 credit
§ 004Recent asks

The surface of what it does.

139 Roblox developers shipping with Forge AI. Below is a sample of the prompts they’ve turned into working systems this week.

forge
01Asked

build me a 15-stage parkour obby with checkpoints

8 files · 210 lines · 51s
forge
02Asked

combat system, sword, health bar, damage numbers, respawn

5 files · 140 lines · 42s
forge
03Asked

tycoon dropper with upgrades, rebirth, gamepasses

9 files · 260 lines · 1m 04s
forge
04Asked

boss fight — 3 phases, attack telegraphs, drops loot

7 files · 420 lines · 2m 10s
forge
05Asked

lobby with elevator, country voting, round timer

6 files · 180 lines · 47s
§ 004·5The questions

What is Forge AI, exactly.

Forge AI is an AI copilot plugin for Roblox Studio. You type what you want in plain English and it writes the Luau code, generates 3D meshes, and wires complete game systems directly inside Studio — combat, inventory, pet, shop, quest, boss fight, tycoon, obby. No IDE switching, no Blender round-trips, no boilerplate.

How do I install the plugin?+

Sign up at forge.loopmobile.io for 20 free credits — no credit card required. Your API key appears on the dashboard. Install the Forge AI plugin from the Roblox Creator Store with one click — it auto-installs into Studio. Open the Forge panel, paste your key, start typing prompts. Under two minutes.

What kind of Luau code does it generate?+

Production-ready --!strict Luau with proper server/client architecture, RemoteEvents wired correctly, anti-exploit validation (range checks, cooldowns, input sanitization), and no boilerplate or placeholder TODOs. It understands Roblox services, data types, and Studio conventions so the output drops straight into your game.

How is it different from ChatGPT or GitHub Copilot?+

Forge is Roblox-native. It lives inside Studio, reads your current hierarchy and open scripts, knows Luau and Roblox services intimately, and places generated code and assets directly into the right locations — ReplicatedStorage for remotes, ServerScriptService for server logic, StarterGui for UI. General-purpose tools give you a wall of text to copy-paste; Forge wires the system into your game.

What can it build in one prompt?+

Full game systems. Recent examples: a 15-stage parkour obby with checkpoints (8 files, 210 lines, 51s); a sword combat system with health bar and damage numbers (5 files, 140 lines, 42s); a pet system with rarity, trading, daily rewards and shop UI (11 files, 340 lines, 1m 28s); a tycoon dropper with upgrades and rebirth (9 files, 260 lines, 1m 04s).

Can it really generate 3D meshes?+

Yes. Describe the object ("a medieval sword with emerald glow", "low-poly oak tree") and Forge generates a mesh, imports it into the right Workspace folder, and sets up materials. No external 3D software, no Blender round-trips.

Does it audit my existing game?+

Yes. The audit scores your game out of 100 on structure, security surface, and performance. It finds issues like unused scripts, exposed RemoteEvents, missing collision fidelity, DataStore retry gaps, and render-step hogs — with one-click fix suggestions.

Is it free?+

Yes, to try. Every new account gets 20 free credits — no credit card required. Paid plans start at Starter ($5/month, 50 credits), Pro ($19/month, 200 credits), and Business ($49/month, 500 credits). Credits never expire and you can top up anytime.

§ 005Setup

Ready in two minutes.

01

Install the Plugin

One click on the Roblox Creator Store. Auto-installs into Studio. ~30 seconds.

02

Connect Your Key

Grab your API key from the dashboard, paste it in the plugin. One click.

03

Start Building

Type what you want. Forge AI writes code, creates instances, builds everything in your game.

§ 006Pricing

Start free. Scale when ready.

$0
Free20 credits · no card

Try the plugin on your own game — generate Luau, drop a 3D mesh, see what Forge can do. Upgrade only when you've burned through your free credits.

No Studio installed yet? Try Forge AI directly in your browser →

Start free
Hobbyist

Starter

$5/mo

Cancel anytime

  • 50 credits/month
  • Luau code generation
  • Asset library access
  • Community support
Start Starter
MOST POPULAR

Pro

$19/mo

or $12/mo billed yearly

  • 200 credits/month
  • Lua + 3D model gen
  • Game audit & scoring
  • Priority queue
Start Pro

Business

$49/mo

or $35/mo billed yearly

  • 500 credits/month
  • Everything in Pro
  • Team seats
  • Priority support
  • Custom templates
Get Started

Need more credits? Buy top-up packs anytime from your dashboard — 100 cr $9 · 300 cr $25 · 1000 cr $75 · volume discount up to 25%. Credits never expire.

§ 007The close

Stop writing boilerplate. Start building.

Type the sentence. Watch the system appear in your Studio window. Repeat.

No credit card · 20 free credits · Cancel in one click