RBX.lua.Workspace (Service): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker |
>Mindraker |
(No difference)
|
Revision as of 17:50, 28 September 2008
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.
This is a Game Service; it cannot be created with Instance.new - it must be obtained using the GetService method, or as a child of game.
Functions
In addition to the global functions, the Workspace also has these functions:
# indicates a locked function. These should NOT be tampered with.
- #BreakJoints()
- BreakJoints()
- #InsertContent()
- #MakeJoints()
- MakeJoints()
- MoveTo()
- #SetPhysicsThrottleEnabled()
- #ZoomToExtents()
move ()
Properties
Events
Workspace only incorporates global events