Is there a way to use the InsertService with plugins to insert models by using Plugins?
btn.Click:connect(function(Clicked) id = # - Replace Number with a model number. local model = game:GetService("InsertService"):LoadAsset(assetId) if model:IsA("Model") then local tab = game:GetService("InsertService"):Insert(model) end end)
Find more Here