Skip to main content
Returns true if the jewelry is being robbed
  • Parameters
  • Returns
NameTypeDefaultDescription
idnumberThe store id (only 1 for now)

Example

local status = exports["utility_jewelry"]:IsJewelryBeingRobbed(1)

if status then
    print("Open!")
else
    print("Closed!")
end