removeItem
Arguments
inventoryName (string): The name of the inventory.
item (string): The item to remove.
count (number): The quantity of the item.
metadata (table, optional): Additional metadata for the item.
Returns
success (boolean): Whether the item was successfully removed.
Example Usage
Return Structure
If item is removed successfully:
If item is not removed successfully:
Last updated