It is the root of parent-child hierarchy. Its children are services, like Map
Instance.new()
GameID: int
GameID
is a property of Game
and holds a integer value which is the game ID.
ServerVersion: string
ServerVersion
is a property of Game
and holds a string value which is the game-servers version. Only accessible on Scripts.
GetService(string service)
GetService
is a function which recieves 1 parameter with the value type of string. It is used to return any child which acts as a service. The service
can be like Map or LocalStorage. Example:
OnGameClose