Service-level: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
mNo edit summary
>JulienDethurens
No edit summary
 
(5 intermediate revisions by 2 users not shown)
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 [[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.