Hi again! The problem with me is this function Koci.Client.Craft:AddAttachmentToWeapon(_weapon, newAttachment, cb), i made the function LoadWeaponOnTa...
Did you declare the variables? Because if you don't have createdWeaponObjectOnTable as a global variable, then the literal first line of this function if _weapon.object == createdWeaponObjectOnTable will be nil and it won't do much. Did you replace Koci.Utils:LoadModel(componentModel)? Because that can also be the reason your attachments won't load. You can also simply add a verbose logging by printing each part where it won't work by printing the declared variable you want to check and see if it returns a valid boolean or even get toggled to begin with.