AutoBlox Documentation

Dashboard

Learn how to use AutoBlox to create amazing Roblox games with AI assistance

Quick Start

1. Download the Plugin

Go to the Plugin page and download the AutoBlox Studio plugin. This connects Roblox Studio to AutoBlox.

2. Install in Roblox Studio

Open Roblox Studio, go to Plugins → Plugin Management, and install the downloaded plugin file.

3. Start Creating

Click the AutoBlox button in Studio's toolbar, or use the web chat to start generating games and features!

What is AutoBlox?

AutoBlox is an AI-powered game development assistant that helps you create complete, production-ready Roblox games. It can generate code, create UI elements, place 3D models, and build entire game systems - all from simple text descriptions.

Code Generation

Generate Lua scripts for any game feature - combat, inventory, shops, quests, and more.

UI Creation

Create beautiful user interfaces that appear on screen - menus, HUDs, inventories, and more.

3D Models

Place models from the Roblox catalog or create custom 3D assets for your game.

How to Use AutoBlox

Creating Games

AutoBlox can create complete games from scratch. Simply describe what you want:

Example prompts:

  • "Create a tycoon game with generators and upgrades"
  • "Make an obby with 10 checkpoints and lava obstacles"
  • "Build a simulator with pets and auto-collection"
  • "Create an RPG with combat, quests, and inventory"

AutoBlox will generate all the code, UI, and models needed for your game!

Using the Studio Plugin

After installing the plugin in Roblox Studio:

  1. Click the AutoBlox button in Studio's toolbar
  2. The chat window will open - type your request
  3. AutoBlox generates code and automatically places it in Studio
  4. Code is placed in the correct locations (ServerScriptService, StarterGui, etc.)
  5. UI elements appear on screen automatically
  6. Models are placed in your workspace

Tip: The plugin syncs with the website, so you can create games from either place!

Using the Website Chat

You can also use AutoBlox directly from the website:

  1. Go to your Dashboard or Chat page
  2. Click "New Game" to create a new project
  3. Type your request in the chat
  4. If Studio is connected, code will be sent automatically
  5. Otherwise, you can copy the code or use the "Send to Studio" button

Editing Existing Code

AutoBlox can edit and fix existing scripts:

Example prompts:

  • "Fix the error in ScriptName"
  • "Add a function to ScriptName that does X"
  • "Remove the old code from ScriptName"
  • "Update ScriptName to use the new system"

AutoBlox will automatically find the script and make the changes!

Placing Scripts in Models

To place a script inside a model or part:

  1. Select the model or part in Studio
  2. Ask AutoBlox to create a script (e.g., "Create a script in this block")
  3. Or mention the model name: "Add a script to the obby block"

AutoBlox will automatically place the script inside the selected object!

Tips & Best Practices

Be Specific

The more details you provide, the better AutoBlox can help. Instead of "make a shop," try "create a shop system with coins, item categories, and a buy/sell feature."

Use Game Templates

AutoBlox knows popular game types. Ask for "a tycoon game" or "an obby" and it will use proven templates as a starting point.

Iterate and Improve

Start with a basic version, then ask AutoBlox to add features. For example: "Add a prestige system to my tycoon" or "Make the obby harder."

Let AutoBlox Fill in the Blanks

You don't need to explain everything. If you say "add a health bar," AutoBlox will create the UI, health system, damage handling, and visual updates automatically.

Fix Errors Easily

If you get an error, just tell AutoBlox "fix the error in ScriptName" and it will automatically find and fix the issue.

Troubleshooting

Plugin Not Appearing in Studio

If you don't see the AutoBlox button:

  • Make sure you downloaded the plugin while signed in
  • Check that HttpService is enabled in Game Settings → Security
  • Try restarting Roblox Studio
  • Re-download the plugin from the Plugin page

Code Not Appearing in Studio

If code isn't being placed:

  • Check that Studio is connected (look for the connection status)
  • Make sure you're signed in on both the website and plugin
  • Try using the "Send to Studio" button manually

UI Not Showing

If UI elements aren't visible:

  • Make sure scripts are placed in StarterGui (for UI scripts)
  • Check that ScreenGui is parented to StarterGui
  • Try testing in Play mode, not just in Studio

Games Not Syncing

If games don't sync between plugin and website:

  • Make sure you're signed in with the same account on both
  • Check that your API key is correctly configured in the plugin
  • Re-download the plugin to get a fresh API key