Skip to main content

Quick Install

npx ropilot init
This does everything: installs the plugin, configures your AI, you’re done.

Manual Setup

Studio Plugin

  1. Download StudioPlugin.lua
  2. Drop it in your plugins folder:
    • Windows: %LOCALAPPDATA%\Roblox\Plugins\
    • Mac: ~/Documents/Roblox/Plugins/
  3. Restart Studio

AI Configuration

Claude Code and Cursor are auto-configured by npx ropilot init. Only follow these steps for other AI clients.
Add this to your MCP config:
{
  "mcpServers": {
    "ropilot": {
      "command": "npx",
      "args": ["ropilot", "serve"]
    }
  }
}
Then grab the agent prompts from .claude/ in your project and add them to your AI’s system prompt.