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

Why is this erroring?

Asked by 10 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

This asset is my script I dont have it where anyone can buy it, But I believe this should insert the script into ServerScriptService.

ERROR : Asset is not trusted for this place.

I have httpenabled and loadstringenabled.

x=game:GetService('InsertService'):LoadAsset(193157601)
x.Parent=game.Workspace
0
Did you make sure the asset you're trying to insert is in your models? Or perhaps the asset has been deleted for violating the terms of service? bloxxyz 274 — 10y
0
No the model is in my inventory and its not deleted. MessorAdmin 598 — 10y

1 answer

Log in to vote
0
Answered by 10 years ago

This isn't working because the asset has to be on-sale. This makes sense because if another person were to take your model (that isn't available to everyone) they would be able to take advantage of it if this script were to work.

0
Makes sence. MessorAdmin 598 — 10y
Ad

Answer this question