manage_sync
Control Roblox project synchronization: check status, configure settings, view history, and manage file transfers between Studio and external tools.
Instructions
[PRO] Project sync management: status, config, history, direction settings, read/write synced files.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | [PRO] Sync action. status: get sync status for a place. config: get sync configuration. history: get change history. directions: get per-type sync directions. read_file: read a synced file. write_file: write to a synced file. progress: get real-time sync progress and bandwidth. | |
| placeId | No | Place ID for sync operations. Used by: status, config, history, directions. | |
| instancePath | No | Instance path for file read/write. Used by: read_file, write_file. | |
| content | No | File content to write. Used by: write_file. | |
| query | No | Query parameters for history. Used by: history. |