SyncRbx — Sync your code editor with Roblox Studio
SyncRbx is a free and open source tool that keeps your scripts in sync between Visual Studio Code (or any editor) and Roblox Studio, in real time and in both directions. Edit a script in VS Code and see it in Studio instantly; change it in Studio and it is saved to your project folder.
Why SyncRbx
- Two-way live sync between your editor and Roblox Studio.
- Zero config: folders map to Roblox services (ServerScriptService, ReplicatedStorage, StarterPlayer...).
- Safe by design: Models stay Models, you choose which services are synced, and deleted files go to a trash folder first.
- SyncRbx Cloud: push, pull and share your Roblox projects from the terminal.
- Works with VS Code, Cursor, Antigravity and any editor, on Windows, macOS and Linux.
Get started
- Install the CLI:
npm install -g syncrbx - Install the SyncRbx plugin for Roblox Studio and enable HTTP requests.
- Run
syncrbx servein your project folder and press Connect in Studio.
En español
SyncRbx es una herramienta gratuita y de código abierto para sincronizar Visual Studio Code con Roblox Studio en tiempo real y en ambos sentidos. Una alternativa sencilla a Rojo, sin configuración y segura: no convierte tus Models en carpetas ni borra tu trabajo.
Roblox Studio plugin · CLI on npm · VS Code extension · Open source on GitHub · Discord