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

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
m RBX.Lua.DataModel (Service) moved to RBX.lua.DataModel (Service)
>Anaminus
cat: Services
Line 5: Line 5:
The DataModel, or as you probably know it as the "game" that you index in your scripts.
The DataModel, or as you probably know it as the "game" that you index in your scripts.


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

Revision as of 23:17, 13 September 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.