Setup guide

How to use Codex with Roblox Studio

Codex writes solid Luau and is genuinely good at working through an existing codebase. Pointing it at a Roblox game is a different problem: it has to reach a running Studio session, and Codex handles configuration and session state differently enough from other CLIs that the usual instructions do not transfer.

Same bridges, different plumbing. Every agent needs Roblox Studio's built-in MCP server plus a plugin that carries file changes and console output out of Studio. The Claude Code guide covers those shared steps in full; this page is about the three things Codex does its own way.