Returns true if the jewelry is being robbed
id
number
The store id (only 1 for now)
beingRobbed
boolean
If the jewelry is being robbed
local status = exports["utility_jewelry"]:IsJewelryBeingRobbed(1) if status then print("Open!") else print("Closed!") end
Last updated 1 month ago
Was this helpful?