Getting Started

Get RoCodex installed and connected to your coding agent in under 5 minutes.

Requirements

  • Windows 10/11 or macOS
  • PowerShell 5.0+ (Windows) or terminal access
  • Roblox Studio installed
  • An MCP-compatible coding agent (Cursor, Claude Desktop, OpenCode, etc.)
  • A RoCodex license key (get one here)

Step 1: Run the Installer

Windows — open PowerShell and run:

irm https://rocodex.net/install.ps1 | iex

macOS — open Terminal and run:

curl -sSfL https://rocodex.net/install.sh | sh

The installer will:

  1. Ask for your license key
  2. Download and install the RoCodex binary
  3. Install the Roblox Studio plugin
  4. Ask which coding agents you want to configure
  5. Auto-configure your selected agents

Tip: Close Roblox Studio before running the installer. You can reopen it after installation completes.

Step 2: Open Roblox Studio

Open any place file in Roblox Studio. You should see the RoCodex plugin in the toolbar showing "Connected".

If you don't see it:

  • Check Plugins > Manage Plugins and make sure RoCodex is enabled
  • Go to Game Settings > Security and enable "Allow HTTP Requests"

Step 3: Start Building

Open your coding agent and start a conversation. Your AI now has full access to RoCodex tools.

Try asking it to:

  • "Show me all the scripts in my game"
  • "Create a leaderstats system for my obby"
  • "Search the docs for how RemoteEvents work"

Step 4: Restart Your Coding Agent

After installation, restart your coding agent so it picks up the new MCP configuration. You should see RoCodex listed as an available tool.