GetItemCount
Returns the count of a specific item in the player's inventory.
Bridge.Inventory.GetItemCount(item)local Bridge = exports['community_bridge']:Bridge()
local waterCount = Bridge.Inventory.GetItemCount("water")
print("Player has " .. waterCount .. " water bottles")Last updated