Player
Beta
Readonly
Beta
idA string representation of an ID that uniquely represents a player in the space. PlayerId with equal id points to the same player. This value is different for each entry, even for the same user. The same as the value of PlayerHandle.id.
Readonly
Beta
typeGenerated using TypeDoc
A reference to a player that can be handled from PlayerScript. PlayerHandle is converted to PlayerId when receiving messages sent by PlayerHandle.send.