RBX.lua.Workspace (Service): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>XLEGOx No edit summary |
>Outofspace m Cat. added - There are alot of duplicate pages with the only change being RBX.Lua to RBX.lua |
||
Line 17: | Line 17: | ||
==Events== | ==Events== | ||
Workspace only incorporates global events | Workspace only incorporates global events | ||
[[Category:ROBLOX Lua Objects]] |
Revision as of 00:42, 30 June 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 article isn't that good but you get the idea.
Example
game.Workspace
That would access the Workspace Folder of game. your Physical Character is in game.Workspace
Properties
- PrimaryPart
- ModelInPrimary
Functions
- InsertContent()
- ZoomToExtents()
Events
Workspace only incorporates global events