RBX.lua.DataModel (Service)

From ROBLOX Wiki
Revision as of 07:33, 9 December 2024 by PRG (talk | contribs) (Created page with "{{CatUp|Class reference}} {{stub}} __NOTOC__ {{service}} ==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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
This page is a stub. Please help us by expanding it.
Thank you!



Note: This is a Game Service, and therefore isn't like other Objects in the Class Explorer. You have to call it with :
game:GetService("<Service name>")


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