Introduction
RbxSync is a professional tool for syncing Roblox games between Studio and VS Code with full property preservation, git integration, and AI-powered development workflows.
What Makes RbxSync Different?
- No More Workspace Discrepancies: Everyone syncs from Git. No more "which version is the latest?"
- Full Property Extraction: Captures ALL properties (not just scripts) using API dump reflection
- Two-Way Sync: Changes in Studio automatically sync back to files
- AI-Powered Development: MCP integration lets AI agents write, test, and debug code
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
- CLI Reference - Full command documentation
