GBX.lua.Backpack (Object)

From Goodblox Wiki
Revision as of 01:27, 12 July 2020 by Brian Griffen (talk | contribs) (Created page with "{{CatUp|Class reference}} {{Preliminary}} The Backpack object is a container that holds a Player's inventory. In the current release of Roblox, it...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Preliminary: This item was still under development in this version of Roblox. 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.