Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i insert r15 versions of packagez into studio?

Asked by
zoo237 0
5 years ago

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. Crystalflxme 104 — 5y
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. xPolarium 1388 — 5y

Answer this question