RBX.lua.Workspace (Service): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
>ArceusInator
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CatUp|Class reference}}
#REDIRECT [[RBX.lua.Workspace (Object)]]
__NOTOC__
 
The Workspace is where All Bricks are stored. MOST other things such as Scripts, Weapons, Models, and Spawn Points are stored here too. The Workspace is absolutely needed for a game to function correctly.
{{service}}
 
==Functions==
In addition to the global functions, the Workspace also has these functions:<br>
''<font color="red"># indicates a locked function. These should NOT be tampered with.</font>''
 
*<font color="red">#</font>[[BreakJoints (Function)|BreakJoints()]]
*[[BreakJoints (Function)|BreakJoints()]]
*<font color="red">#</font>[[InsertContent (Function)|InsertContent()]]
*<font color="red">#</font>[[MakeJoints (Function)|MakeJoints()]]
*[[MakeJoints (Function)|MakeJoints()]]
*[[MoveTo (Function)|MoveTo()]]
*<font color="red">#</font>[[SetPhysicsThrottleEnabled (Function)|SetPhysicsThrottleEnabled()]]
*<font color="red">#</font>[[ZoomToExtents (Function)|ZoomToExtents()]]
*[[move (Function)|<s>move ()</s>]]
 
==Properties==
*[[Controller (Property)|Controller]]
*[[ControllerFlagShown (Property)|ControllerFlagShown]]
*[[CurrentCamera (Property)|CurrentCamera]]
*[[PrimaryPart (Property)|PrimaryPart]]
 
==Events==
Workspace only incorporates global events
 
[[Category:ROBLOX Lua Services]]

Latest revision as of 15:12, 16 May 2011