Service-level: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
mNo edit summary
>Mindraker
mNo edit summary
Line 1: Line 1:
A Service is a top-level singleton class in the Roblox [[RBX.Lua.DataModel|Data Model]]. This means that it will appear as a root-level node in the Treeview Explorer in [[Roblox Studio]].  
A Service is a top-level singleton class in the Roblox [[RBX.lua.DataModel (Service)|Data Model]]. This means that it will appear as a root-level node in the Treeview Explorer in [[Roblox Studio]].  


Many service-level objects such as the [[RBX.lua.Players (Service)|Players]], [[RBX.lua.Teams (Service)|Teams]], and [[Workspace]] are used as containers for other objects in the level.
Many service-level objects such as the [[RBX.lua.Players (Service)|Players]], [[RBX.lua.Teams (Service)|Teams]], and [[Workspace]] are used as containers for other objects in the level.


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

Revision as of 00:14, 2 November 2008

A Service is a top-level singleton class in the Roblox Data Model. This means that it will appear as a root-level node in the Treeview Explorer in Roblox Studio.

Many service-level objects such as the Players, Teams, and Workspace are used as containers for other objects in the level.