Service-level: Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 2: Line 2:


Many service-level objects such as the [[GBX.lua.Players|Players]], [[GBX.lua.Teams|Teams]], and [[GBX.lua.Workspace|Workspace]] are used as containers for other objects in the level.
Many service-level objects such as the [[GBX.lua.Players|Players]], [[GBX.lua.Teams|Teams]], and [[GBX.lua.Workspace|Workspace]] are used as containers for other objects in the level.
[[Category:GoodBlox Lua Objects]]

Revision as of 02:55, 22 September 2021

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

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