No permmision sound searcher

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:

Sound Search on Roblox Store

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.
1 Like

The easier solution is Control + Shift + F.