RBX.lua.Backpack (Object): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Gamer3D Categorized. |
>Pspdude40 mNo edit summary |
||
Line 2: | Line 2: | ||
When a player spawns, the contents of the [[RBX.lua.StarterPack|StarterPack service]] are copied into the player's Backpack. | When a player spawns, the contents of the [[RBX.lua.StarterPack|StarterPack service]] are copied into the player's Backpack. | ||
But, if an item is added to the backpack while in the game, it will not appear back up once the player respawns. The player will have to get the Tool/HopperBin again if you loose it after death. | |||
[[Category:ROBLOX Lua Objects]] | [[Category:ROBLOX Lua Objects]] |
Revision as of 19:47, 27 June 2008
The Backpack object is a container that holds a player's inventory. In the current release of Roblox, it can hold both HopperBin and Tool objects.
When a player spawns, the contents of the StarterPack service are copied into the player's Backpack.
But, if an item is added to the backpack while in the game, it will not appear back up once the player respawns. The player will have to get the Tool/HopperBin again if you loose it after death.