Meet Developer Intelligence - Smarter Coding in Roblox Studio

I’ve been working quietly on something I’m genuinely excited to finally announce: Developer Intelligence, an AI-powered assistant built as a plugin in for Roblox Studio.
It’s designed to help beginners, intermediate developers, and even advanced creators who just want things done faster.

Developer Intelligence can fix scripts, build systems, explain errors, generate full mechanics, perform admin-style tasks, document code, and even run the code it creates — all inside Studio.


:fire: What Developer Intelligence Can Do

Here’s a quick look at what’s already fully working:

:brain: Smart Code Generation & Execution

Developer Intelligence can automatically create scripts and run them using a safe loadstring flow.

Before running any code, the Luau Summariser explains:

  • What the script is about to do
  • A simple description
  • Any potential risks
  • And gives you the choice to Allow or Decline

You’re always in control.

If the generated code fails to run, Developer Intelligence takes the error, feeds it back into the AI, and automatically regenerates a corrected version.
It iterates until it produces a working result.


:high_voltage: Error Handling That Teaches You

Developer Intelligence doesn’t just tell you something broke.
It explains why the error happened and what part of your logic is causing it.

If the AI generated the code itself, it corrects the script based on the exact loadstring error.
If you wrote the code, it breaks down the issue in simple, helpful language.

This makes learning Luau easier and speeds up debugging dramatically.


:blue_book: Advanced Script Documentation

Developer Intelligence can automatically document your scripts with clean comments while keeping your originals safe.

Here’s how it works:

  1. It creates a new instance using the original script’s className.
  2. It sets the same name and same parent.
  3. It writes a summary at the top and adds line-by-line comments inside the clone.
  4. The original script is moved into a safe folder in ServerStorage as a backup.

Nothing is overwritten — your original script is always preserved.

Before:

local function movePlayer(player)
	player.Character.Humanoid.WalkSpeed = 32
end 

After:

-- Summary: Handles increasing the player's movement speed when triggered.
-- This function adjusts the WalkSpeed property of the player's Humanoid.

local function movePlayer(player)
	-- Increase player movement speed
	player.Character.Humanoid.WalkSpeed = 32
end 

:hammer_and_wrench: Building Systems & Admin Tasks

Developer Intelligence can:

Build entire systems for your game (modules, mechanics, controllers)

Perform administrative tasks in Studio

Generate scripts tailored to your project automatically

It’s like having a teammate who can write, explain, and optimize code instantly.


:artist_palette: Smooth, Clean UI

The plugin features:

  • Beautiful, minimal layout
  • Smooth animations
  • Easy-to-understand workflow
  • Fast, responsive interactions

The goal is for it to feel like a native Roblox Studio feature.


:puzzle_piece: Who Is This For?

Developer Intelligence is perfect for:

  • Beginners learning scripting
  • Intermediate developers who want to build faster
  • Advanced devs who want a smart assistant
  • Builders, UI designers, and animators who need scripting help
  • Basically anyone who wants a powerful AI partner inside Studio

:date: Release Window

Developer Intelligence is planned to release at the end of February.
The full release post will include screenshots, demos, and more examples.


:speech_balloon: Feedback Welcome

If you have ideas, feature suggestions, or improvements you’d like to see before release, feel free to reply.
I’m reading everything and polishing the final build.
Your feedback helps make it even better for everyone.

If you want to see some clips of the plugin go to the youtube channel!

3 Likes

great, another AI slop plugin! Thanks for your service

9 Likes

Lemme guess coded by ai too?

Ok so here’s the big question:

why would I use this over any other AI plugin on studio (I.E. what’s it’s benefits)…
better yet… why would I use an AI plugin through studio now that I can script-sync to VS-code natively, and use something like Claude with greater control not only over prompting but resources.

Also:

Who’s paying for the tokens?

To answer your first question — the main reason you’d use this over other plugins is because it’s actually built inside Roblox Studio. That means it’s way more context-aware and doesn’t need you to constantly copy/paste stuff. It also has way more useful tools than the usual “AI plugins” , like the documentation assistant that generates comments inside your code at the click of a button instead of copy and pasting and then if your unlucky the AI starts to change the names of your variables or starts to just ruin your code.

For the VS Code/Claude part: when you run AI in a separate window, it can easily lose track of context, hallucinate, or just forget what you were talking about. Inside Studio, it remembers key details from your game or previous messages so it can actually give you accurate help without you having to re-explain everything.

As for tokens — you can either use the built-in API I provide, or plug in your own API key if you prefer. Setup takes less then a minute.

And in case you were wandering this isn’t subscription based it is a fixed cost < $10!

For now only Google Gemini is supported but support for others will come in the upcoming updates

Can’t you just use autocomplete for this, I don’t necesseraly think it’s bad but with the hate for AI you would have been better of investing your time in something else. I do think this is better than the other AI plugins since it acts as an enhancer.

Thanks anyways for your contribution to the community!

2 Likes

there is already an assistant chat tab on Roblox along with the autocomplete, which does essentially this but probably with more context. im not sure if the plugin does it better or faster, though.

1 Like

Why are we outsourcing the concept of developers’ intelligence now

a roblox studio assistant is such a good idea, roblox should have added this officially to studio exactly 2 years ago

THE JOKE:

THEY DID

I Respectfully disagree the Roblox assistant is pretty unreliable outside of basic autocomplete while scripting. It hallucinates a lot and doesn’t maintain context well. This plugin actually delivers on being more context-aware and can execute code properly also has way more useful features unlike competitors or Roblox’s Assistant.

The roblox assistant is the joke cant even make an kill brick first try (no offence roblox)

im assuming your version doesn’t have native access to the game descendants though and can’t run code actively in studio. i’m trying to be mean, by the way, just understand.

also, it’s definitely overkill, but it works and could probably do much better with a better prompt (roblox assistant making kill brick)

2 Likes

To be fair, their Assistant is probably vibe-coded by oversea-worker paid with max-3’000 rupees in total and ChatGPT subscription.

3 Likes

Dont argue an un winnable argument the roblox assistant is not helpful what so ever

Every AI probably generates code like this just due to the fact that overall every AI does the same thing. It pattern matches what’s in its database. Whats in literally every AI’s database? Outdated youtube tutorials for roblox scripting (which is quite evident by the fact that roblox’s AI is literally using game.Workspace which is something people used to do 5-9 years back).

Also, the code roblox AI has given is pretty stupid here. It’s just doing stuff that isn’t needed and you can easily make the code better for performance. For example, workspace.DescendantAdded will literally fire for any descendant added to the workspace. Fires unnecessarily frequently.

You could just have a folder of killbricks and then loop through those which is 100x better performance wise. As it will fire way less frequently.

In 5 seconds I just thought of a better solution, this is the differnece between AI which is randomly guessing and worse even for such simple tasks and an experienced programmer who can actually think.

Funny joke but from the way roblox core scripts have been coded (underpaid programmers who can actually code) I don’t think this is true.

Roblox also usually tries to find people with decent talent. And I think coding an AI is quite difficult for an AI to do if it struggles with making a good killbrick script.

V

V I am talking about the Assistant, not the Roblox Core Scripts, which had been laid foundation over decade ago…
Roblox decade ago already had real advanced experimental lighting, graphics, changing mesh in “Hack-Week” or something. Granted, it’s definitely massive task to make it ready for a massive platform, but it’s clear Innovations Era is dead & “AI” aren’t helping at all no matter what.

What does that mean? Are you pointing down to the other quotes to say that it is true I don’t get it…
The other stuff I said in those quotes was unrelated to what you were saying unless?

Yes the roblox scripts were made over decades ago. But they were modified and mantained throughout the years. AI struggles to generate code it struggles even more with modfying existing code.

For code assist it could be that assistant is secretly using a regular AI like chatGPT because otherwise roblox would have to heavily invest in data storage and since roblox is known to cut corners where possible I believe this may be most likely.

I’m pretty sure in the backend assistant does the animating, vfx, building, etc via AI code.

And to actually interact with the game’s explorer, that was probably coded in a way where the AI guesses what it’s trying to do and follows its own instructions.

i gave it a very basic prompt. if anything, i just want to see what this plugin’s response would be, but that hasnt been provided. until proof is shown of this plugin doing better than the assistant with the exact same prompt, i dont get it. but thats just me; my only experience with ai has been when i got an openai credit to add an assistant to my web project.

once again, im not trying to be rude; im just waiting for the full release post. for the record, i think the assistant is horrible too; i just want to see how this is better.

Is this good enough?
I gave it the most simple prompt and it made it perfectly
New onedrive link