So I tried to use game:GetService("InsertService"):LoadAsset(ID).Parent=game.workspace
to insert packages into ROBLOX studio and it didn't work, is there anything I'm doing wrong
`
0
game:GetService("InsertService"):LoadAsset(ID).Parent=game.workspace is used for inserting things like gear and hats FYI. As for packages, I'm not too sure.Crystalflxme104— 6y
0
You use InsertService to load Roblox assets into a game. You first need AssetService to get the asset ids. See `:GetAssetIdsForPackage()` on the wiki.xPolarium1388— 6y