Build games
with one prompt

Describe what you want. Kodex writes the scripts and inserts them directly into your Roblox Studio — live.

Kodex Plugin

Create a sword tool with @Punch damage, knockback, and hit effects on enemies.

Output — Lua
Applied
1local
2 sword = script.Parent
3local
4 damage = 25
5
6local function
7 onHit(hit)
8 local hum = hit.Parent:FindFirstChild(
9"Humanoid"
10 )
11 if
12 hum then
13 hum:TakeDamage(damage)
14 spawnHitEffect(hit.Position)
15 end
16end
Connected to Studio
2 scripts inserted

Everything you need to ship faster

Built for Roblox developers who want to focus on game design, not boilerplate.

Live Studio link

Pair with a 4-digit code. Scripts get inserted directly into your place — no copy-paste.

Reads your Explorer

Select folders and scripts. Kodex sees your game structure and writes code that fits.

One prompt, many changes

Create scripts, parts, folders, remotes, and move instances — all from one request.

No Roblox login

Email sign-up only. Your Roblox account stays untouched — we never ask for credentials.

Full undo

Every change is tracked. One click rolls back scripts, folders, and instances to their previous state.

Session memory

Kodex remembers what you built. Reactivate past sessions and the AI has full context.

Trusted by Roblox developers

Ready to build faster?

Get 100 free tokens. No credit card. No Roblox login required.

Get started free