StarterPack
A container whose contents are copied into each player's Backpack when their player character spawns. It is generally used to hold Tools.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 0
Description
StarterPack is a service-level container whose contents are copied into each
player's Backpack when their player character spawns. It is generally
used to hold Tools but it can also hold
LocalScripts to ensure that each player gets a copy.
To ensure that certain Tools are available to specific players
instead of all players (StarterPack), use player‑specific
StarterGear containers or parent those Tools directly to
player Backpacks.
History 2
- 375 Change Superclass of StarterPack from GuiItem to Instance
- 47 Add StarterPack