BackpackItem
BackpackItem : Instance
Properties
TextureId
string
TextureId is an String property representing the texture icon displayed for a tool in the Player's backpack.
Code Samples
local Tool = script.Parent
print(Tool.TextureId)
Methods
Destroy
Removes an item. This is used to remove equipment and items under the backpack or character model.
Parameters
Return
void
Code Samples
Events
Last updated