if Config.Inventory ~= "custom" then return end CustomInventory = {} function CustomInventory:GetWeapons() local weapons = {} local userInventory return weapons end function CustomInventory:GetWeaponAttachment(item) local components = {} local userInventory return components end