I got a code off of to insert a model. The model is the group’s custom Admin System, but it’s not working as I want to. It’s not updating. I am wondering if it needs open-source in the group for it updates as I update it? Code:
local assetId = HIDDEN
game:GetService("InsertService"):LoadAsset(assetId).Parent = game.Workspace
Simple code found on InsertService | Documentation - Roblox Creator Hub. Because I am lazy, this why I am asking. I feel like I am missing something simple.
I fix the problem I forgot to get lastest verison async function (InsertService | Documentation - Roblox Creator Hub)