Roblox Studio AI Tools: Assistant, Cube 3D and the Studio MCP Server
Roblox Studio AI has changed fast: there is a built-in Assistant, AI 3D generation and an official MCP server that lets tools like Claude work inside Studio. Here is what each one does, how to connect Claude, and how to keep it safe for kids.
- What the built-in Roblox Assistant can do
- Connect Claude with the official Studio MCP server
- Age rules and safety for kids and teens
The script
{
"mcpServers": {
"Roblox_Studio": {
"command": "cmd.exe",
"args": [
"/c",
"%LOCALAPPDATA%\\Roblox\\mcp.bat"
]
}
}
}
{
"mcpServers": {
"Roblox_Studio": {
"command": "/Applications/RobloxStudio.app/Contents/MacOS/StudioMCP"
}
}
}
Not working? Common mistakes
Make sure Enable Studio as MCP server is on, then fully restart both Roblox Studio and Claude. Check that the command path in the config exists on your computer.
If you already have other MCP servers, add Roblox_Studio inside the existing mcpServers block and separate entries with commas. One missing comma makes the JSON invalid.
The server's list_roblox_studios tool lists open Studio instances, and every tool call targets one by its studio_id. Ask the AI to list them and pick the right place.
What Roblox Studio AI means today
When people search for Roblox Studio AI they usually mean one of three things, and it helps to keep them apart:
- Assistant, the AI helper built into Studio. Click Assistant on the right side of the top bar and type a request.
- AI content generation: meshes, procedural models, materials and textures generated from a text prompt.
- External AI agents such as Claude, connected to Studio through the official Studio MCP server.
According to Roblox's documentation, Assistant can answer development questions, explain selected code, create and edit scripts and objects directly in your place, insert free or paid assets from the Creator Store after you pick them, and restyle parts with generated materials. A Planning Mode (type /plan) writes an editable plan first, and nothing runs until you click Build. A screen capture helper lets Assistant look at your viewport and answer questions like whether the lighting looks right.
You can also bring your own API key from Anthropic, OpenAI or Google Gemini in Assistant's settings (Manage API Keys) and choose which model Assistant uses. Usage on your own key is billed by that provider.
Roblox Cube and AI 3D generation
Cube is Roblox's own generative AI system for 3D. Roblox announced it in March 2025 and released the first model, Cube 3D, as open source on GitHub and Hugging Face, together with a Mesh Generation API in Studio.
In Studio today this shows up as Assistant commands:
- /generate_mesh creates a textured 3D mesh from a text prompt or a reference image. Select a Part first and Assistant uses it as a bounding box. You can set a maximum triangle count (10,000 by default) to keep models light.
- /generate_procedural_model builds adjustable models from basic parts. The docs list a limit of 50 generations in a rolling 24 hours.
- Segmentation splits a generated model into named parts, for example a car body and four wheels, so each piece can be scripted separately.
Scripts can also generate models while the game runs with GenerationService:GenerateModelAsync, which currently supports two fixed schemas, Car5 and Body1. Roblox has also shown research called CubePart for part-by-part generation and says it will come to Studio later. Separate Texture Generator (beta) and Material Generator tools handle surfaces.
How to connect Claude to Roblox Studio with the Studio MCP server
MCP (Model Context Protocol) is an open standard that lets an AI app talk to other software. Roblox now ships a Roblox Studio MCP server built into Studio. Once it is on, a connected AI client can read and edit scripts, explore the Explorer tree, run Luau code, start and stop playtests, read the Output and take screenshots of the viewport.
- Update Roblox Studio, open Assistant, click the three dots and choose Manage MCP Servers.
- Turn on Enable Studio as MCP server.
- Under Quick connect, switch on your client. The list includes Claude Desktop, Claude Code, Cursor, Codex CLI, Gemini CLI, Visual Studio Code and Antigravity.
- If quick connect is not available, add the JSON configuration shown below to your client (in Claude Desktop: Settings, Developer, Edit Config) and restart it.
- A green indicator in the MCP settings shows how many clients are connected.
You may still find the older open source project github.com/Roblox/studio-rust-mcp-server. Its README now says it is no longer being actively developed and recommends the built-in server instead.
Best AI for Roblox Studio: which tool for which job
There is no single best AI for Roblox Studio. Each Roblox Studio AI tool fits a different job:
- Built-in Assistant is the easiest start. It already knows your place, runs inside Studio and needs no extra installs. Good for questions, small scripts, inserting assets and quick 3D generation.
- External agents over MCP, such as Claude Code or Claude Desktop, suit bigger multi-step tasks: reorganizing many scripts, writing a system across server and client, then playtesting and reading errors in a loop.
- Cube-powered generation is for props and models, not for gameplay logic.
Whatever you choose, AI output is a first draft. It can use the wrong service, forget a debounce or put a script in the wrong place. Someone has to read the code, test it and fix it. Kids who already understand events, client and server, and data saving get far more out of AI than kids who only copy. Our tutorials, like the leaderboard and door guides, build exactly that foundation.
Safety and age rules for kids and teens
Claude requires users to be 18 or older. Anthropic may ask for age verification through its partner Yoti if it detects signs that a user is under 18. So a child or teen should not have their own Claude account. The accurate setup for families is parent-supervised: the parent owns and signs into Claude on their own computer, connects it to Studio, and sits with the teen while they describe what they want to build. Other AI tools have their own age rules, so check each one.
- Roblox warns that MCP clients can read and modify content in your open places. Connect only clients you trust and approve tool actions one by one.
- Publish or save a copy before letting any AI make large changes.
- Never paste a Roblox password or login cookie into any AI tool or plugin.
- Roblox has added age checks for collaboration: Team Create with other people requires an age check, and working with people outside your age group needs trusted friends or parental permission.
- Games that let players chat with AI characters must follow Roblox's generative AI rules, and extended AI conversations require an 18+ Restricted label.
Learn Roblox + AI with a teacher
Roblox Studio AI makes building faster, but only when the person using it understands what the code does. That is the idea behind our Roblox + AI program for teens aged 14–17.
- 4 lessons per month, 120 minutes each.
- Lesson 1: build a complete shooter game in one session.
- Lessons 2–4: 3D models, animations and VFX made with AI tools.
- Students keep their game and can publish it.
Younger students (8–13) start with the core Roblox Studio course: 60-minute 1-on-1 Zoom lessons with Vlad Pomazanets, CA$280 for 4 lessons, first lesson free, and unused lessons refundable within 14 days. Lessons are in English, Ukrainian or Russian, and we will match a time in your time zone.
Book a free first lesson to see which path fits your child.
Questions parents ask
Can my 13-year-old use Claude with Roblox Studio?
Not on their own account. Anthropic requires Claude users to be 18 or older and may verify age. A parent can run Claude on their own account, connect it to Studio and supervise while the teen directs the project. The built-in Roblox Assistant, which uses the teen's Roblox account, is the simpler option for younger creators.
What is the Roblox Studio MCP server?
It is a server built into Roblox Studio that uses the Model Context Protocol, an open standard for connecting AI apps to other software. When enabled, AI clients such as Claude Desktop, Claude Code or Cursor can read and edit scripts, run Luau, control playtests and read the Output of your open Studio session.
Do I still need the studio-rust-mcp-server from GitHub?
Usually not. Roblox's open source studio-rust-mcp-server repository now states that it is no longer being actively developed and recommends the MCP server built into Roblox Studio. The old code remains available for reference and for people who already use it.
Is AI-written Roblox code safe to use?
Treat it like code from a stranger on the internet. It is often useful but can contain bugs, put scripts in the wrong place, trust the client too much or skip error handling. Read it, test it in Play mode, watch the Output window and keep a saved version you can go back to.
Will AI replace learning to code in Roblox?
No. AI speeds up typing, but someone still has to decide what to build, spot when the output is wrong and fix it. Students who understand events, client and server, and data saving can guide AI tools well. Students who only copy get stuck the first time something breaks.
Which Roblox Studio AI tool should a beginner start with?
Start with the Assistant built into Roblox Studio. It needs no setup, knows your place and can explain code as well as write it. Ask it to explain each script it creates. Move to external agents over MCP later, when projects get bigger and an adult can supervise.
Learn to build with AI, not just copy from it
Book a free first 1-on-1 lesson. Teens 14–17 can join the Roblox + AI program; younger kids start with the Roblox Studio course. We'll match a time in your time zone.
Book a free lessonBook a free lesson
No commitment. No payment. Just your child's first coding class.
5 / 5 · 1 review
“We were looking for coding classes for kids in Hamilton and a friend recommended Exclusive-IT. My 11-year-old started the Roblox course one-on-one and built his first real game in a few weeks. The mentor is patient, the lessons are in plain English, and my son actually looks forward to them. Highly recommend for any parent who wants their child to learn to code.”
Or message us directly
Tap a messenger — the chat opens with a ready greeting.
- +1 (289) 44-28-698
- excklusiveit@gmail.com
-
Working hours — Hamilton, Ontario (ET) Mon–Fri: 9:00–18:00 Sat–Sun: 8:00–16:00
- Online worldwide · classroom in Hamilton: 170 Parkdale Ave N, Hamilton, ON L8H 5X2