Game won't copy something from server storage and my game errors

What do I put Model.Parent = workspace after? do I put it in the insert function or after the insert rescuehelicopter?

put it before you return the model.

What do you mean by that? I am sorry for not understanding.

You would parent it after you are done making changes with it

image
Like that?

image If you mean this it doesn’t work

WAIT!!!

local function LoadAsset(id) local model = game:GetService("ServerStorage").Inserts[tostring(id)]:Clone() model.Name = "Model" model.Parent = game.Workspace return model end

I am so dumb lol.

yo thats what i was saying :((

Nevermind It didn’t work. I am just going to use Insert Service until I find a working solution.