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

Is there a way to locate where this error is coming from?

Asked by 3 years ago

I have a shopping centre game where I use a wide range of mannequins and I have recently noticed this error in studio about assets not being available.

Im assuming it is from clothing that has been taken down.

But from looking at tall my mannequins I can not find the assets causing trouble or where they would have been.

So is there a way to locate where the error is coming from?

0
this asset error won't show up in actual game's dev console (unless you use the server dev console) NGC4637 602 — 3y
0
so no worries it won't annoy your players. NGC4637 602 — 3y

2 answers

Log in to vote
0
Answered by 3 years ago

This error appears when either the decal for the clothing or the clothing itself was deleted by its owner. If it isn't affecting your game, it should be fine. It is likely that you had clothing in some area of your game that isn't seen or you removed it from your game but the file remained. If the file remained and you deleted it from the Roblox website, it will create that error. You should be fine; it is just annoying. I hope this helps.

0
yea, it is the case in rpg kits too since back then there was a require plugin which got deleted NGC4637 602 — 3y
0
Great thank you admiredgeni9 4 — 3y
Ad
Log in to vote
0
Answered by
xxaxxaz 42
3 years ago

open the output and it should say. sometimes the error does not say so after every line of code add a print("") and something that can help you know witch line it is passing through. the line that does not pass through that stops the script is where you need to fix it.

0
thats a script error. This is a asset error since the asset got deleted by the asset owner. So it is just annoying, it won't actually do too much besides add a red line in the dev console NGC4637 602 — 3y

Answer this question