v6.5 — Vision, Toolbox search & live injection

Describe it.
Watch it get built.

Brixwave writes production-ready Luau, sources assets from the Toolbox, and assembles the whole thing inside Roblox Studio — brick by brick, while you watch.

See pricing

Free to start · No credit card · Works with any existing place

Linked to Roblox Studio128 credits
Make a simulator: coins per click, a rebirth shop at 100 coins, and a spawn zone.

Here is the build plan:

  • Leaderstats serviceCoins, Rebirths
  • Click-to-earn handlerLocalScript
  • Rebirth shop UIScreenGui
  • Spawn zonePart · 50×50
Gemini 3.1 ProShip it
Explorer4 created
  • ServerScriptService
  • LeaderstatsManageradded
  • RebirthServiceadded
  • StarterGui
  • RebirthShopadded
  • Workspace
  • SpawnZonesyncing
Injecting into Studio
7frontier models
< 60sprompt to playable
100%editable Luau output
1file to install
How it works

Three steps, then you are building

Brixwave lives inside Studio. There is no export step, no separate editor, and nothing to reconcile when you are done.

  1. 01

    Install the plugin

    One .rbxmx file dropped into your Roblox Studio plugins folder. Press Connect and your session is paired with your Brixwave account.

  2. 02

    Describe what you want

    Plain language, a screenshot, or both. Brixwave drafts the architecture first so you can approve the plan before anything is written.

  3. 03

    Watch it build

    Scripts, parts, UI and Toolbox assets land in your place tree in real time. Every change is a normal instance you can edit or undo.

The output

It writes systems, not one long script

Config separated from logic, server separated from client, every remote in one place. This is a real build, unedited — the same files that land in your Explorer.

Generated files

Config, server, client — separated, so one system can change without touching the others.

GameConfigModuleScriptEvery tunable number in one place, so balancing never means reading logic.
--!strict
-- Balance lives here. Nothing below reads a magic number.

return {
	Coins = {
		PerClick = 1,
		RebirthCost = 100,
		RebirthMultiplier = 1.5,
	},

	Save = {
		StoreName = "PlayerData_v1",
		AutosaveSeconds = 120,
	},
}
Capabilities

Everything you need to ship faster

Built for the parts of game development that eat your evenings — the boilerplate, the asset hunting, the wiring.

Live Studio injection

Generated instances stream into your open place through the plugin bridge — parented correctly, named correctly, undoable like any other edit.

Vision input

Drop a screenshot of a UI, a reference game, or a sketch. Brixwave reads it and builds against what it sees.

Curated Toolbox search

Filtered to free, script-free, sanely-sized assets and ranked by Roblox's own classification — then you pick.

A plan before any code

Complex requests come back as a readable build plan first. Approve it, change it, or ask for something else — nothing is written until you say go.

Modular by default

Config, services and controllers as separate files — so one system can change without breaking the rest.

Project history

Each build keeps its own thread. Reopen it days later and keep iterating on the same world.

Safe by design

Standard Luau in standard instances. No exploits, no obfuscated payloads, nothing that breaks Roblox's terms.

Model routing

Pick the brain for the job

Fast models for quick iterations, deep-reasoning models for whole systems. Switch mid-conversation without losing your project context.

Compare plans
  • Gemini ProDeep planning & complex systemsPro
  • ChatGPTBalanced logic and speedPro
  • DeepSeek MaxReflection-heavy architecturePro
  • Gemini FlashFast iteration loopsFree
  • ChatGPT MiniQuick, lightweight tasksFree
  • DeepSeek MediumEveryday buildsFree
FAQ

Questions worth asking

Do I need to know how to code?

No. You describe the mechanic and Brixwave writes the Luau. That said, everything it produces is readable, commented code in normal Script and LocalScript instances — so if you do code, you can take over at any point.

Does this break Roblox's rules?

No. Brixwave is a regular Studio plugin using the public plugin API. It creates ordinary instances in your place. It does not inject into the client, bypass anti-cheat, or touch anything outside Studio.

What happens to my prompts and screenshots?

They are sent to the model provider you select to produce a response, and stored against your project so you can reopen the thread. See the privacy policy for the full detail.

What is a credit?

One generation costs one credit. Free accounts get a monthly allowance; Pro raises it and unlocks the stronger models plus priority in the queue. You can top up at any time.

Can I use it on an existing game?

Yes. Brixwave builds into whatever place you have open. It adds to your tree rather than replacing it, and every change is a standard edit you can undo in Studio.

Your next game is one prompt away

Sign in with Roblox, install the plugin, and build your first system in the next five minutes.

View pricing

Free plan · 150 credits a month · No card required