Introduction
RbxSync syncs Roblox Studio with your filesystem—bidirectionally, automatically, and with full property preservation. Use git for version control and let AI agents help build your game.
Why RbxSync?
- No More "Which Version?": Everyone syncs from git. One source of truth for your whole team
- All Properties, Not Just Scripts: Extracts Parts, GUIs, Animations, Sounds—everything—using Roblox API dump reflection
- True Two-Way Sync: Edit in Studio or VS Code. Changes flow both ways automatically
- AI-Ready: Built-in MCP server lets Claude and other AI tools extract, sync, test, and debug
Components
RbxSync consists of three components:
- CLI - Command-line tool for project management, building, and server operations
- Studio Plugin - Connects Roblox Studio to the sync server
- VS Code Extension - IDE integration with console streaming and E2E testing
Next Steps
- Installation - Install all components
- Quick Start - Create your first project
- Configuration - Project settings and Rojo migration
- CLI Reference - Full command documentation
