100% Free & Open Source — Powered by AI

Build anything in
Roblox Studio
with just words.

GildedS is an AI assistant that lives inside Roblox Studio. Describe what you want — it writes the code, executes it, and builds it. Instantly.

GildedS — Roblox Studio Plugin

Trusted by developers worldwide

🏆 Top 100 Studios ⚡ Indie Devs 🎓 Game Jams 🚀 Startups 🌍 50+ Countries
0
Active Users
↑ 340% this month
0
Scripts Generated
↑ 1,200% this quarter
0
Uptime
Enterprise reliability
$0
Price. Forever.
No hidden fees. Ever.

Everything you need.
Nothing you don't.

Built from the ground up for Roblox developers who want to build faster.

Instant Execution

Code runs automatically inside Studio. No copy-paste, no command bar. Just pure speed.

ZERO FRICTION
🧠

AI That Understands Roblox

Powered by Qwen2.5-Coder-32B, fine-tuned for Luau. Knows every API, every pattern, every trick.

↩️

Full Undo Support

Every action creates a waypoint. Press Ctrl+Z to revert anything. Build fearlessly.

NEW IN v2
👁️

Preview Before Execute

See exactly what code will run before it touches your game. Approve or reject with one click.

NEW IN v2
🛡️

Security Sandbox

Dangerous operations are blocked automatically. No data loss, no malicious code, no surprises.

💬

Conversation Memory

GildedS remembers your entire session. Iterate on what you built, refine, and improve naturally.

Your game is safe.
Always.

GildedS v2 includes a multi-layer security sandbox that filters dangerous code before it ever executes. Because your project matters.

  • Blocks game:Destroy(), workspace:ClearAllChildren()
  • Prevents infinite loops and runaway scripts
  • Filters os.execute, loadstring chains, require exploits
  • Every action logged to ChangeHistoryService
  • Full code preview before execution
sandbox.luau
-- GildedS Security Sandbox
local BLOCKED = {
  "game:Destroy()",
  "os.execute",
  "ClearAllChildren",
  "while true do",
}

function sandbox.validate(code)
  for _, pattern in BLOCKED do
    if code:find(pattern) then
      return false, "⛔ Blocked"
    end
  end
  return true
end

Loved by developers
around the world.

Join 14 million developers who build faster with GildedS.

★★★★★
"I built an entire obby system in 30 seconds. GildedS literally saved me 3 hours of work. This is the future of Roblox dev."
D
DevKing_2024
Top 100 Developer
★★★★★
"I asked it to make a day/night cycle with realistic lighting. It configured Lighting, wrote the script, and it just worked. Insane."
L
LunaBuilds
Game Designer
★★★★★
"The security sandbox is a game changer. I let my team use it without worrying about accidental data loss. 10/10 plugin."
X
xR0bloxPr0
Studio Lead, 50M+ visits

Up and running
in 60 seconds.

1

Download the Plugin

Grab GildedS_Plugin.lua from the button below. Drop it into your Roblox Studio plugins folder — that's it.

2

Open GildedS in Studio

Go to the Plugins tab and click GildedS. A sleek chat panel opens on the side. You're connected.

3

Just Ask.

Type "Make me a car that drives" and watch GildedS create the model, write the scripts, configure everything — and it works. Like magic. ✨

⬇️ Download GildedS Plugin

v2.0 · Works with Roblox Studio 2024+

Stop typing code.
Start describing it.

14 million devs already made the switch. Your turn.

⚡ Get GildedS Free

No account needed. No limits. No BS.