🛠️Installation
Items Installation
['weedbox'] = { label = 'Weed Box', weight = 50, stack = true, allowArmed = false },
['cokebox'] = { label = 'Coke Box', weight = 50, stack = true, allowArmed = false },
['gunsbox'] = { label = 'Guns Box', weight = 50, stack = true, allowArmed = false },
['methbox'] = { label = 'Meth Box', weight = 50, stack = true, allowArmed = false },Metadata Installation
PlayerData.metadata['runsxp'] = PlayerData.metadata['runsxp'] or 0metadata = {
    runsxp = 0,
},Last updated