removeItem
Bridge.removeItem(inventoryName, item, count, metadata)local success = Bridge.removeItem("playerInventory", "apple", 5)
print("Item Removed: " .. tostring(success))truefalseLast updated
Bridge.removeItem(inventoryName, item, count, metadata)local success = Bridge.removeItem("playerInventory", "apple", 5)
print("Item Removed: " .. tostring(success))truefalseLast updated