Lower permissions for InsertService:LoadPackageAsset() API

So my toolbox, much like many others, broke again. I wanted to try to fix it by inserting the models I needed via the command bar but after attempting to insert a package with LoadAsset() I realized the only way to get a package link is to use the toolbox.

I needed to update my package since it’s loaded into the game via insert service after runtime to save memory when in studio, but I couldn’t insert it and I had nowhere I could copy-paste it from, so I did the logical thing to break apart the Lua toolbox to see how it did it.

Basically I found this:

tried running it in the command bar to insert my package but it lacked permissions. I think that, considering how broken the toolbox can be, we should at least have access to this API. Thanks!

7 Likes