Plugin Installation
Option 1: Build from Source (Recommended)
bash
# From the rbxsync root directory
rbxsync build-plugin --installThis builds RbxSync.rbxm and copies it to your Studio plugins folder.
Option 2: Manual Install
Build the plugin:
bashrojo build plugin/default.project.json -o build/RbxSync.rbxmCopy
build/RbxSync.rbxmto:- macOS:
~/Documents/Roblox/Plugins/ - Windows:
%LOCALAPPDATA%\Roblox\Plugins\
- macOS:
Option 3: Creator Store
Coming soon - will be available on the Roblox Creator Store.
Verify Installation
- Open Roblox Studio
- Look for the RbxSync button in the toolbar
- If not visible, restart Studio
Updating the Plugin
Updates are NOT automatic. You must manually update the plugin.
If installed from Creator Store:
- Open Roblox Studio
- Go to Toolbox → Inventory → My Plugins
- Find RbxSync and click the Update button if available
- Restart Studio to load the update
If installed manually:
bash
rbxsync build-plugin --installThis rebuilds and copies the plugin to your Plugins folder. Restart Studio to load the update.
Note: The plugin will NOT auto-update. Check for updates periodically, especially if you encounter sync issues.
Troubleshooting
Plugin not showing in toolbar
- Ensure the file is in the correct plugins folder
- Restart Roblox Studio completely
- Check Studio's Output window for errors
"Plugin failed to load" error
- Rebuild from source:
rbxsync build-plugin --install - Check for corrupted .rbxm file
