🛠️Installation
Items Installation
['television'] = { label = 'Television', weight = 250, stack = true, allowArmed = false },
['microwave'] = { label = 'Microwave', weight = 250, stack = true, allowArmed = false },
['painting'] = { label = 'Painting', weight = 250, stack = true, allowArmed = false },
['safe'] = { label = 'Safe', weight = 250, stack = true, allowArmed = false },
['houselockpick'] = { label = 'House Lockpick', weight = 50, stack = true, allowArmed = false },Metadata Installation
-- Search for `PlayerData.metadata` and post this code below
PlayerData.metadata['houserobberyxp'] = PlayerData.metadata['houserobberyxp'] or 0-- Around line 62 add the `houserobberyxp = 0,` inside
metadata = {
houserobberyxp = 0,
}Logs Installation
['houserobbery'] = 'YOUR_WEB_HOOK',Last updated