GetImagePath
Gets the image path for a specific item, with fallback to a default placeholder if not found.
Bridge.Inventory.GetImagePath(item)local Bridge = exports['community_bridge']:Bridge()
local imagePath = Bridge.Inventory.GetImagePath("lockpick")
print("Lockpick image: " .. imagePath)Last updated