Question about open-source

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)

Open source is when code is publicly accessible to anyone - so if I wanted, I could go look at your code.

What Roblox API are you asking about? You’ve been a bit confusing

1 Like

Sorry for confusion, it’s hard to explain. Let me rephrase it.

@Nicolas_Caged Fixed, my problem