BackpackItem
Last updated
BackpackItem : Instance
A BackpackItem is an abstract class commonly inherited by items stored in a Backpack, such as Tools
string
This property specifies the icon image used to display a Tool in the inventory UI at the bottom of the screen.
If not set, the Tool's name is displayed instead of an image.
local Tool = script.Parent
print(Tool.TextureId)Last updated