RBX.lua.DataModel (Service): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Outofspace
m Cat. added
>Outofspace
more information.
Line 1: Line 1:
==DataModel==
==DataModel==
The DataModel is the keystone of roblox's structure.


All things in a game (with a few exceptions, such as "gameSettings") are stored in the DataModel, or as you probably know it the "game" that you index in your scripts.
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.


[[Category:ROBLOX Lua Objects]]
[[Category:ROBLOX Lua Objects]]

Revision as of 19:59, 5 July 2008

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.