Studio plugin
The World Builder: it fills your place with worlds, terrain and models — and pulls in the scripts you generated in the dashboard.
Download and install
One file, always the latest version. Pick your system.
Windows
Roblox Studio on Windows 10 or 11.
Download the plugin- Save the file.
- In Studio open Plugins → Plugins Folder.
- Move
BorisAI.luainto that folder and restart Studio.
Or install it in one step — paste this into PowerShell:
iwr https://bloxforge.ai/download/plugin -OutFile (New-Item -Force -Path "$env:LOCALAPPDATA\Roblox\Plugins\BorisAI.lua" -ItemType File).FullName
macOS
Roblox Studio on macOS 12 or newer.
Download the plugin- Save the file.
- In Studio open Plugins → Plugins Folder.
- Move
BorisAI.luainto that folder and restart Studio.
Or install it in one step — paste this into Terminal:
mkdir -p ~/Documents/Roblox/Plugins && curl -fsSL https://bloxforge.ai/download/plugin -o ~/Documents/Roblox/Plugins/BorisAI.lua
The plugin asks Studio for permission to reach bloxforge.ai the first time you build — allow it, or nothing can be sent to your place.
What it does in Studio
Builds worlds
Describe a place and it lays out terrain, materials, lighting, a map border and dense themed dressing.
Builds a whole game, as a quick start
Seven genres have a ready recipe with a working loop — a race, an obby, a tycoon and four more.
Edits what is there
The place remembers its plan, so "make it winter" changes the weather and keeps the track.
Syncs your scripts
Press Sync to see exactly what would land from your dashboard project, and again to apply it.
Safe by design
Explicit connection
You sign in yourself, and the plugin only ever talks to your own account.
It replaces only its own work
Every synced script is tagged, and cleanup deletes only what BloxForge put there. Your scripts are untouchable.
You publish
Testing and publishing stay with you, inside Roblox Studio.