CanCarryItem
The CanCarryItem export checks if a player can carry a specified item based on their inventory capacity.
How to Use
To verify if a player can carry an item, use the following code:
This will return true
if the player has enough space for the specified item and false
if not.
Last updated