Service-level: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Telamon
No edit summary
>JulienDethurens
No edit summary
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A Service is a top-level singleton class in the Roblox [[Datamodel]]. 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|Players]], [[RBX.lua.Teams|Teams]], and [[RBX.lua.Workspace|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.

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.