# BackpackItem

BackpackItem : `Instance`

## Overview

A BackpackItem is an abstract class commonly inherited by items stored in a Backpack, such as Tools

## Properties

### TextureId

`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.

#### Code Samples

```lua
local Tool = script.Parent
print(Tool.TextureId)
```

## Methods

## Events
