Config
Script configuration
Creating new workbenches
-- Useful workbench configuration
{
item = "useful_workbench", -- Item name for spawning/placing
model = `gr_prop_gr_bench_04a`, -- GTA V prop model
name = "Useful Workbench", -- Workbench name, should be unique
color = 'linear-gradient(to right, #00b4db, #0083b0)', -- Workbench UI Icon background color
icon = "axe",
publicStorage = false, -- Each player will have its own storage
items = { -- Craftable items at this bench
{
name = "lockpick", -- item name
skill = "useful", -- item skill
level = 1, -- level needed to craft
exp = 15, -- exp gained from the item
ingredients = { metalscrap = 15 }, -- ingredients needed
time = 1 * 60 * 1000 -- time to craft
},
}
},Create new workbench skill
Config.WorkbenchSkills
Config.Levels
Web hooks
Last updated