A snapshot of configuration values at a given version. Can be player-specific.
Its interface does not cross the network boundary.
Instances of this class cannot be created with Instance.new.
Tags: [NotCreatable, NotReplicated]
Populated if snapshot was in an error state.
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
History 1
Tags: [ReadOnly, NotReplicated]
Returns the value for the provided key in the snapshot.
History 2
If true, indicates the snapshot is outdated and can be refreshed to newer
values.
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
History 1
Tags: [ReadOnly, NotReplicated]
| Parameters (0) |
|---|
| No parameters. |
| Returns (1) |
|---|
| null |
Refreshes the snapshot to the latest configuration values from the
service. If not called, the snapshot will continue to reflect the values
at the time it was created or last refreshed.
History 1
| Parameters (0) |
|---|
| No parameters. |
Fires when a newer version of the configuration is available than the
current snapshot. You can perform validation and/or call
ConfigSnapshot:Refresh() to update to the latest values.
History 1