> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/game-systems/inventory/can-carry-item.md).

# CanCarryItem

Check if player can carry item.

{% hint style="info" %}
**Side:** Server · **Category:** Inventory · **API:** `LT.Inventory.CanCarryItem`
{% endhint %}

## Example

```lua
local result = LT.Inventory.CanCarryItem(source, 'water', 1)
```

## Parameters

| Name     | Required | Description             |
| -------- | -------- | ----------------------- |
| `source` | Yes      | Player source           |
| `item`   | Yes      | Item name               |
| `count`  | No       | Item count (default: 1) |

## Returns

* `boolean`
