of     1   

tahd
#59898175Wednesday, December 21, 2011 12:31 AM GMT

Hello.. I was playing around with Roblox Studio.. And i found out that InsertService doesnt work.. Or its just my script.. local PluginManagerObject = PluginManager() local Plugin = PluginManagerObject:CreatePlugin() local Toolbar = Plugin:CreateToolbar("Exploit") local Button = Toolbar:CreateButton("Test", "Teeeest", "") Button.Click:connect(function() game:GetService("InsertService"):LoadAsset("68092044").Parent = Workspace end) Help?
Pyzothon
#59898549Wednesday, December 21, 2011 12:37 AM GMT

ROBLOX updated InsertService so that in order to insert a model, you must either have it or some other condition which I don't remember. Pyzothon, novice scripter/programmer.
[rfa#hidefromsearch]
#59898684Wednesday, December 21, 2011 12:39 AM GMT

[rfa#hidefromsearch]
tahd
#59898847Wednesday, December 21, 2011 12:41 AM GMT

Its my item.. Whatnow?
TerminalZero
#59900219Wednesday, December 21, 2011 1:00 AM GMT

InsertService is no longer working Due to hackers. InsertService will only Work to Load Items created by an Admin, if you are talking about in Game. In Build mode, InsertService should work fine as long as its Approved. And another problem with your script... even IF InsertService WAS still working, the script wouldn't work because It's a locked function. Only CoreScripts can make your script function. - Or the Command Bar...
tahd
#59959530Wednesday, December 21, 2011 11:15 PM GMT

What do you mean by hacking? I just need to learn how plugins work. I am working on a big project, making the best map ever!

    of     1