📝game

The `game` global is a table that acts as the primary entry point for accessing game services and core objects.

Workspace

game.Workspace

Returns the Workspace instance.


Players

game.Players

Returns the Players instance.


DataModel

game.DataModel

Returns the DataModel instance.


LocalPlayer

game.LocalPlayer

Returns the LocalPlayer instance.


PlaceID

if game.PlaceID == 12345678 then
    print("We are in the special testing place!")
end

The unique numerical ID of the current game or "place" you are in.

Last updated