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

Insert service not working?

Asked by 8 years ago

So I have a script that Is MEANT to insert a model of mine, but it doesn't work, can you identify the problem? Attempt 1

game:GetService("InsertService"):LoadAsset(325285997)

Attempt 2

local assetId = 325285997
game:GetService("InsertService"):LoadAsset(assetId).Parent = game.Workspace
0
InsertService.AllowInsertFreeModels set to true? you cannot insert FMs if this is false TheDeadlyPanther 2460 — 8y
0
I never knew about this, let me try it TheHospitalDev 1134 — 8y
0
Erm, what does " Content failed because HTTP 403 (HTTP/1.1 403 Asset is not trusted for this place)" mean? TheHospitalDev 1134 — 8y
0
HTTP is not enabled. Turn it on in the explorer. TheDeadlyPanther 2460 — 8y
0
I have HTTP Enabled. TheHospitalDev 1134 — 8y

Answer this question