RBX.lua.DataModel (Service)

From Legacy Roblox Wiki
Revision as of 03:06, 25 April 2010 by >GoldenUrg (removed {{stub}})
Jump to navigationJump to search


This is a Game Service; it cannot be created with Instance.new - it must be obtained using the GetService method, or as a child of game.


DataModel

The DataModel is the keystone of roblox's structure. It houses all of the services such as the Workspace and Lighting in a game. (With the exception of the "gameSettings") It even contains hidden services that Roblox 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 service also has these functions:
# indicates a locked function. These should NOT be tampered with.

Properties

The DataModel service only incorporates the global properties.

Events

In addition to the global events, the DataModel service includes:

See Also