by sebattfg
ZeroScript Free: Turn ChatGPT, DeepSeek, Gemini, Kimi, GLM, Qwen, Arena or Meta AI into a Roblox Studio agent. Browser extension + local bridge. Read/edit scripts, run Luau, generate assets, all from chat. Robust agentic loop. No terminal needed.
# Add to your Claude Code skills
git clone https://github.com/sebattfg/ZeroScript-FreeGuides for using ai agents skills like ZeroScript-Free.
Last scanned: 7/29/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-29T06:30:15.784Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}ZeroScript-Free is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by sebattfg. ZeroScript Free: Turn ChatGPT, DeepSeek, Gemini, Kimi, GLM, Qwen, Arena or Meta AI into a Roblox Studio agent. Browser extension + local bridge. Read/edit scripts, run Luau, generate assets, all from chat. Robust agentic loop. No terminal needed. It has 165 GitHub stars.
Yes. ZeroScript-Free passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/sebattfg/ZeroScript-Free" and add it to your Claude Code skills directory (see the Installation section above).
ZeroScript-Free is primarily written in JavaScript. It is open-source under sebattfg on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ZeroScript-Free against similar tools.
No comments yet. Be the first to share your thoughts!
ZeroScript is a free browser extension that turns ChatGPT, DeepSeek, Gemini, Kimi, GLM, Qwen, Arena or Meta AI into a Roblox Studio AI agent. Control Roblox Studio with AI directly from your browser - read/edit scripts, run Luau, generate assets, all from a normal AI chat. No API key, no terminal, no coding needed.
🌐 Website: zerodev.tools/zeroscript the free Lemonade.gg / Luamotion alternative for building Roblox games with AI.
Eight AI providers are supported: DeepSeek (chat.deepseek.com, recommended), ChatGPT (chatgpt.com), Google Gemini (gemini.google.com), Kimi (kimi.com, Moonshot AI), GLM (chat.z.ai, Z.ai), Qwen (chat.qwen.ai), Arena (arena.ai, a multi-model playground) and Meta AI (meta.ai). On ChatGPT, screenshots and image input are turned off on purpose: the free tier limits files and images on a separate quota from messages, so vision would only work part of the day. Gemini and Kimi can be unstable: Gemini tends to stop using the Roblox tools in long sessions, and Kimi sometimes uses its own native tools instead of the Roblox commands. On Arena, use Direct mode (ZeroScript only supports Direct; it blocks Start in Battle / Side-by-Side / Agent modes). DeepSeek is the recommended provider.
💬 Stuck? Join the Discord community get help, share feedback, and follow updates.
Also known as: ZeroScript Roblox, ZeroScript free download, Roblox ChatGPT agent, Roblox DeepSeek agent, Roblox Gemini agent, Roblox Kimi agent, Roblox GLM agent, Roblox Qwen agent, Roblox Arena agent, Roblox Meta AI agent, Roblox Studio AI automation, Luau AI, MCP Roblox, lemonade alternative free, lemonade.gg alternative, free Roblox AI agent, free lemonade roblox alternative
ZeroScript is 100% free and open-source. It always has been, and it always will be. There is no official paid version, no subscription, and no sign-in required to use the extension.
If you come across a site or extension using the ZeroScript name that asks for payment or account creation, it is not this project. The only official links are the ones listed at the top of this README.
AI chat (ChatGPT / DeepSeek / Gemini / Kimi / GLM / Qwen / Arena / Meta AI, in your browser) -> ZeroScript Extension -> Bridge (your PC) -> Roblox Studio
The extension runs inside the chat page (ChatGPT, DeepSeek, Gemini, Kimi, GLM, Qwen, Arena or Meta AI). When you type a request, it sends commands to the Bridge running on your PC, which drives Roblox Studio through the built-in MCP server.
📺 Lost? Watch the setup tutorial on YouTube it covers every step below.
Download the latest zip from the Releases page and extract it. The zip contains both the Bridge and the extension folder.
To load the extension:
edge://extensions (Edge) or chrome://extensions (Chrome)zeroscript-extension folder from the extracted zipOpen Studio and load a Place, then enable MCP (first time only):
Not sure where to find these options? The video tutorial shows exactly where to click.
start.bat inside the extracted folder.MacOS_Start.command inside the extracted folder. The first time, macOS will show a security warning ("could not verify... free of malware") - this is normal for any script downloaded outside the App Store, click Done, then go to System Settings > Privacy & Security, scroll to the bottom, and click Open Anyway. You only need to do this once.A small window opens, that means the Bridge is running.
Go to https://chat.deepseek.com (recommended), https://chatgpt.com, https://gemini.google.com, https://www.kimi.com, https://chat.z.ai, https://chat.qwen.ai, https://arena.ai or https://www.meta.ai and open a new chat. The ZeroScript bar appears above the input box. Click Start session. Type what you want to build.
Only works on chat.deepseek.com, chatgpt.com, gemini.google.com, kimi.com, chat.z.ai, chat.qwen.ai, arena.ai and meta.ai - it will not work on any other site. On Arena, keep the mode dropdown on Direct - ZeroScript blocks Start in Battle / Side-by-Side / Agent modes (it only drives a single Direct reply). Gemini and Kimi can be unstable (model behavior, not the extension): Gemini may stop using the Roblox tools after a while, and Kimi may use its own native tools instead. If the AI starts answering in plain text instead of acting, remind it to use the commands or start a new session.
Watch the setup tutorial on YouTube
multi_edit applies whole.multi_edit appeared in the page as 223 characters ending in "edits":[1 item], so the command was read truncated and rejected. This is also what made the tool chip's token counter collapse to ~44 tokens when the block finished rendering. Commands are now read from the viewer's Raw tab, in full.###LUA### marker, even when a full script had been sent - so the model "fixed" something that wasn't broken and failed again. It now says how many characters were sent and names the real causes: invalid syntax, or code too large for the parser.http_get) - outgoing text is now capped and the composer insert yields periodically so the page stays responsive and Stop stays clickable.