Is there some sort of way to view all sounds in your game?

Since ROBLOX did their dumb asset audio privacy change, every single model you ever find on the catalog has audio that is now private. And it just floods my Output. I want to remove them, but atm the only solution I can think of is searching every model for every single part. Is there some plugin or some way to view all audio in list format or some easy way so I can pick and delete the ones that I don’t own?
https://gyazo.com/08353dbd1dbd49e1a3fccd03e1bcdfc3

1 Like

Under plugins, there’s a built-in plugin which will show you every sound in your game
dxzc

2 Likes

It might lag but you can make a script where you get the decedents of your game and check if anything IsA sound and if it is check what its parent is.

Man this change just makes no sense to me. I understand being able to have ownership over a sound. But they should of left everything public by default and then all new audio be set to private by default and or the option to change it. So many old models that the developers are never going to update, it’s just a mess.

2 Likes

Simply a messy update that came due to a lawsuit. Nothing can be done now other than hoping audios will be allowed to be made public once again

1 Like

I know there’s a solution already, but another way to do it with another type of object like lights is to search up its’ class on the Explorer’s search bar. For example, with constraints, just search ‘Constraint’ and it should show every constraint that exists in the game. It still works if you renamed them.

image

1 Like