The experience doesn't have access permission to use asset id ?
Here is a solution: Sound Search will find this sound and tell you the location so you can delete it.
Get it here:
Example Usage:
local s = require(game.ServerStorage.Packages.SoundSearch)
local Ids = {
[99999] = ""
}
s.Search(Ids, 10)
Ids
is our targeted list (99999
is sound id), and 10
is the number of parent objects of the sound we want listed.
Example Output:
Target found for id: 10722059 , Now Getting Parents: Handle > Tool > Workspace > Game > 17:37:48.131 Finished scanning all sounds.