So I have a script that Is MEANT to insert a model of mine, but it doesn't work, can you identify the problem? Attempt 1
game:GetService("InsertService"):LoadAsset(325285997)
Attempt 2
local assetId = 325285997 game:GetService("InsertService"):LoadAsset(assetId).Parent = game.Workspace