Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

InsertService:LoadAsset() is not working?

Asked by 3 years ago
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?

Answer this question