Installing the Roblox Game Skill involves two independent steps: placing the skill directory where Claude Code can discover it, and — optionally — connecting Roblox Studio via an MCP server so Claude can read and write your project files directly. If you only want offline Luau code generation with copy-paste-ready scripts, you need nothing beyond the skill itself.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/brockmartin/roblox-game-skill/llms.txt
Use this file to discover all available pages before exploring further.
Install the Skill
Clone or download the repository
Clone the skill from GitHub into a convenient location on your machine:Alternatively, download the ZIP from the GitHub releases page and unzip it.
Place the skill in your Claude Code skills directory
Move or copy the repository folder into the Claude Code skills directory. The skill must live at exactly this path so Claude Code can discover it automatically:Your directory tree should now look like:
Verify Claude Code picks up the skill
Open a new Claude Code session and type any Roblox-related prompt. The skill is automatically triggered by keywords like Roblox, Luau, simulator, tycoon, obby, and many more.Try:Claude should respond describing the Roblox Game Skill, its genre templates, and the detected MCP mode. If it doesn’t, confirm the folder is named exactly
roblox-game and that SKILL.md is present at the root.Connect Roblox Studio via MCP (Optional)
MCP Studio integration lets Claude read your project’s file tree, execute Luau code inside Studio, read the output console, control play mode, and perform autonomous building — all without leaving your Claude Code session. There are two server options depending on how much capability you want.MCP Studio is entirely optional. In Offline mode the skill generates complete, copy-paste-ready Luau scripts with placement instructions. You can get a full game scaffolded without Studio ever being open.
- Full Mode — boshyxd/robloxstudio-mcp (39 tools)
- Standard Mode — Roblox/studio-rust-mcp-server (6 tools)
The community MCP server provides the richest integration with 39 tools covering project exploration, autonomous building, iterative debugging, bulk operations, and Creator Store access.Capabilities include:Then add it to your Claude Code MCP configuration (typically Restart Claude Code and open Roblox Studio. The skill will auto-detect the 39-tool server and set
- Browse the full file tree of your open Studio project
- Execute Luau code and read results in real time
- Search scripts with
grep_scriptsacross your entire project - Create and manage builds with
create_build - Insert models, manage assets, and batch-edit instances
~/.claude/mcp.json):MCP_MODE = "full".MCP Mode Summary
| Mode | Server | Tools | Best For |
|---|---|---|---|
| Full | boshyxd/robloxstudio-mcp | 39 | Autonomous building, file-tree browsing, bulk operations |
| Standard | Roblox/studio-rust-mcp-server | 6 | Code execution, model insertion, play-mode control |
| Offline | None | 0 | Pure Luau generation — no Studio required |
Verify the Installation
Once installed, try a few prompts to confirm the skill is working correctly: Test routing:references/datastore-persistence.md and give you a thorough answer on DataStoreService, ProfileService, and pcall patterns.
Test genre detection: