How do I find which asset in my game has an missing Image

Im not sure if this is the right category…
Anyways, my issue is that there are a lot of 404 errors which tell me that a image somewhere in my game is missing, however I cant find which one that is. (Im using an asset pack from the toolbox.)
Is there any way to show which asset in my game throws the errors, or do I have to manually go trough everything?

Click output tab errors it will take u there I guess.

It doesnt, thats why I created this post

U could do it manually by looking at its location in output error. No other way. Make a script which

local location= --  put the location from error
location:Destroy()

I dont get an location, I only get notified that the image doesn’t exist anymore:


I guess i just have to go trough every object in my game…