Service-level: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
mNo edit summary
>JulienDethurens
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


Many service-level objects such as the [[RBX.lua.Players (Service)|Players]], [[RBX.lua.Teams (Service)|Teams]], and [[RBX.lua.Workspace (Service)|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 [[RBX.lua.Workspace (Service)|Workspace]] are used as containers for other objects in the level.
[[Category:ROBLOX Lua Objects]]

Latest revision as of 21:41, 4 May 2012

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.