Team Create service that maps UniqueId to and from
RFC-4122 strings; not for experience scripts.
Instances of this class cannot be created with Instance.new.
It is a singleton that may be acquired with GetService.
Tags: [NotCreatable, Service]
Not intended for experience scripts. Used by Team Create and Studio
collaboration to map between an Instance's
UniqueId (a 128-bit identifier) and its canonical
RFC-4122 string form, and to resolve the live instance from that string.
GetInstanceByRfc4122String
History 1
GetOrCreateUniqueIdRemoteCommand
Returns the RFC-4122 string representation of the given Instance's
UniqueId. If the instance does not yet have one,
a UniqueId is generated for it (and for any
descendants that lack one) before the string is returned.
History 1