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

From Legacy Roblox Wiki
Jump to navigationJump to search
>Travisdep
Where Bricks and MOST other things such as Spawn Locations, Scripts, and Models
>Travisdep
No edit summary
Line 1: Line 1:
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.
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==
<pre>
game.Workspace
</pre>
That would access the Workspace Folder of <pre>game</pre>
your Physical Character is in <pre>game.Workspace</pre>

Revision as of 01:33, 29 January 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