Checking if Sound Deleted

I have been trying to find a post about how I would go about checking if a sound based off its ID has been content deleted/removed/deleted/removed for copyright, or whatever the case may be. I have a sound bank full of about 100 song ID’s and recently I have been experiencing an uprise of random 3 or so minutes of silence because a sound ID has been removed from Roblox.

So, what kind of scripting would it take to check for this?

1 Like

I would check out ContentProvider:PreloadAsync() which loads the given asset before it is ever needed. It should fail to load if it has been moderated, so filter out the ones that fail to load, and use the one that are successfully pre-downloaded!