InsertService on Plugin

firstly I don’t know I selected the correct category

Hello, I created a plugin called 3D library on Roblox. But I am using a host like GitHub that gives me a table with model IDs. But I can use InsertService for Roblox’s assets (on toolbox) or just for my assets. There is a solution for insert an asset into studio? I’ve searched on DevForum but I can’t find any solution for that.

Probably you guys will say this: just move your models into plugin and your problem will be solved, yes, I know this solution, but I don’t want to publish new version every second or every day.

1 Like

As long as you own the assets they can be inserted I think

1 Like

I’ve writted it, on

local success, Error = pcall(function()
--insertservice being used
end)

err: temp read failed or this asset not trusted for this place

just printing it on output

1 Like

found solution;

game:GetObject("url")[1]

someone find this topic try this ^^^

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.