GBX.lua.DataModel (Object)

From Goodblox Wiki
Jump to navigationJump to search

DataModel

The DataModel is the keystone of goodblox's structure. It houses all of the services such as the Workspace and Lighting in a game. It even contains hidden services that GoodBlox Studio uses.

The DataModel, or as you probably know it as the "game" that you index in your scripts.

Functions

In addition to the Global functions, the DataModel also has these:

# indicates a locked function. These should NOT be tampered with.

Properties

In addition to the Global properties, the DataModel also has these:

Events

In addition to the Global events, the DataModel also has these:

See also