Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The InstanceFileSyncService service inherits from Instance.
Methods
GetAllInstances(): Instances
- Security: PluginSecurity.
- Thread safety: unsafe
GetStatus(instance: Instance): InstanceFileSyncStatus
| Name | Type |
|---|---|
| instance | Instance |
- Security: PluginSecurity.
- Thread safety: unsafe
GetSyncedInstance(filePath: string): Instance
| Name | Type |
|---|---|
| filePath | string |
- Security: PluginSecurity.
- Thread safety: unsafe
GetSyncingCollaborators(instance: Instance): Array
| Name | Type |
|---|---|
| instance | Instance |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
GetTooltip(instance: Instance): string?
| Name | Type |
|---|---|
| instance | Instance |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Events
StatusChanged(instance: Instance, status: InstanceFileSyncStatus)
| Name | Type |
|---|---|
| instance | Instance |
| status | InstanceFileSyncStatus |
- Security: PluginSecurity.
- Thread safety: unsafe
SyncingCollaboratorsChanged(instance: Instance)
- Security: RobloxScriptSecurity.
- Thread safety: unsafe