> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/classes/backpackitem.md).

# 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
