local success, hatmodel = pcall(IS.LoadAsset,InsertService,assetid) if success then print("success") hatmodel.Parent = workspace else print("error") end
it made a model but there's nothing inside the model. the assetid is an id of an accessory anyone who knows how to fix this?