RBX.lua.Workspace (Service)
From ROBLOX Wiki
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.
Note: This is a Game Service, and therefore isn't like other Object in the Class Explorer. You have to call it with :
game:RunService("<Service name>")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
