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
When new versions are released:
bash
rbxsync updateThis pulls the latest code and rebuilds the plugin. Restart Studio to load the update.
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
