A service for interacting with file sync from a plugin.
Its interface does not cross the network boundary.
Instances of this class cannot be created with Instance.new.
It is a singleton that may be acquired with GetService.
Tags: [NotCreatable, Service, NotReplicated]
The InstanceFileSyncService service provides an interface for plugins to
interact with the file sync system (currently known as Script Sync). It
allows querying the sync status of instances and retrieving instances based on
file paths.
| Parameters (0) |
|---|
| No parameters. |
| Returns (1) |
|---|
| Instances |
Returns an array containing every Instance that is currently being
tracked or synchronized by file sync.
History 1
Returns the current InstanceFileSyncStatus of the provided
Instance. This indicates whether the instance is synced as a root,
as a descendant, or if it is in an error state.
History 1
Returns the Instance associated with the specified absolute file
path. Returns nil if the path is not mapped to any instance.
History 1