Skip to content
-

Plugin Installation

bash
# From the rbxsync root directory
rbxsync build-plugin --install

This builds RbxSync.rbxm and copies it to your Studio plugins folder.

Option 2: Manual Install

  1. Build the plugin:

    bash
    rojo build plugin/default.project.json -o build/RbxSync.rbxm
  2. Copy build/RbxSync.rbxm to:

    • macOS: ~/Documents/Roblox/Plugins/
    • Windows: %LOCALAPPDATA%\Roblox\Plugins\

Option 3: Creator Store

Coming soon - will be available on the Roblox Creator Store.

Verify Installation

  1. Open Roblox Studio
  2. Look for the RbxSync button in the toolbar
  3. If not visible, restart Studio

Updating the Plugin

Updates are NOT automatic. You must manually update the plugin.

If installed from Creator Store:

  1. Open Roblox Studio
  2. Go to ToolboxInventoryMy Plugins
  3. Find RbxSync and click the Update button if available
  4. Restart Studio to load the update

If installed manually:

bash
rbxsync build-plugin --install

This 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