RBX.lua.Backpack (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
m RBX.lua.Backpack (Object) moved to RBX.Lua.Backpack (Object)
>Mindraker
m RBX.lua.Backpack (Object) moved to RBX.Lua.Backpack (Object)
(No difference)

Revision as of 12:24, 21 August 2008


This item is under development and is likely to change. Use only for experimental work.

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 are copied into the Player's Backpack, and the contents of the Backpack are replaced. Once a Player dies, all objects in the Backpack are removed.

Functions

The Backpack only incorporates global functions.

Properties

The Backpack only incorporates global properties.

Events

The Backpack only incorporates global events.