roblox
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

This class member is missing documentation. Create or add to its subpage at Class:InstanceFileSyncService/GetAllInstances.
  • Security: PluginSecurity.
  • Thread safety: unsafe

GetStatus(instance: Instance): InstanceFileSyncStatus

Parameters
NameType
instanceInstance
  • Security: PluginSecurity.
  • Thread safety: unsafe

GetSyncedInstance(filePath: string): Instance

Parameters
NameType
filePathstring
  • Security: PluginSecurity.
  • Thread safety: unsafe

GetSyncingCollaborators(instance: Instance): Array

Parameters
NameType
instanceInstance
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

GetTooltip(instance: Instance): string?

Parameters
NameType
instanceInstance
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

Events

StatusChanged(instance: Instance, status: InstanceFileSyncStatus)

Parameters
NameType
instanceInstance
statusInstanceFileSyncStatus
  • Security: PluginSecurity.
  • Thread safety: unsafe

SyncingCollaboratorsChanged(instance: Instance)

This class member is missing documentation. Create or add to its subpage at Class:InstanceFileSyncService/SyncingCollaboratorsChanged.
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

External links