Playable world generation

Generate playable worlds.

Bakable turns a sentence into an asset pack for your game — a single prop, a furnished interior, or a full playable map. Generate it through the World API, in your browser, or with an AI copilot inside Roblox Studio.

available now  World API · Web · Roblox Studio

HomeModelScriptPlugins
Explorer
▾ Workspace
Camera
▾ Village
Tavern
Houses · 6
Terrain
A village generated by Bakable
Bakable
build a medieval village with a tavern
Built Village — 1 model, 34 parts, placed in Workspace.
add torches along the path
World API

From a sentence to a playable world.

One async API for playable-world generation. Describe it, get back a clean GLB — from a single model up to a full playable world. Authored by an LLM + Blender, not GPU diffusion, so it stays fast and cheap.

Asset5 cr

A single game-ready model — a prop, weapon, or piece of furniture.

Diorama15 cr

A composed little scene — a set piece you can drop straight in.

Interior20 cr

A furnished, laid-out interior space generated room by room.

Playable map20 cr

A full, playable map — terrain, structures, and props as one world.

POST /v1/text-to-3d
# one prompt → a GLB
curl api.bakable.ai/v1/text-to-3d \
  -H "Authorization: Bearer $KEY" \
  -d '{"mode":"map","prompt":"a medieval village"}'

→ { "task_id": "9f3a…", "status": "queued" }
→ { "status": "succeeded",
    "model_urls": { "glb": "https://…/village.glb" } }
Try it in your browser → Read the API docs model · diorama · interior · map → GLB
Live today

Bakable for Roblox.

The world generator, docked in Studio. Describe a world — Bakable writes the code, builds the systems, and generates the assets, live in your place.

Write Luau

Generate and edit scripts directly in your place — not in a sandbox.

Place assets

Spin up models, props, and environments from a prompt, into Workspace.

Build systems

Wire up data stores, UI, and gameplay loops by chatting.

Download the app → one click · installs the Studio plugin · auto-updates