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

InsertContent doesn't work anymore?

Asked by 9 years ago

What command do I use now?

Please reply in a one-liner script.

0
I've never used InsertContent before, so I can't really help you, but I think it might have something to do with loadstring being removed. Tortelloni 315 — 9y
0
Here's an example of InsertContent: game.Workspace:InsertContent("http://www.roblox.com/asset?id=107458429") :It would insert an object from the catalog. Jpokemon 0 — 9y

1 answer

Log in to vote
2
Answered by
Merely 2122 Moderation Voter Community Moderator
9 years ago

Use

game:GetObjects("http://www.roblox.com/asset?id=107458429")[1]
0
What is the point of things like that? SInce it is protected i can't see a use for it. iaz3 190 — 9y
0
You can use it in Studio. Merely 2122 — 9y
0
In the command bar right? Jpokemon 0 — 9y
Ad

Answer this question