I need help for this, anyone have an idea?


how can i fix that

I think this usually happens when you use free models with audios that you dont have permission to use.

Just dont use free models, or delete any unnecessary sounds you might have.

Pretty sure ID 0 is never going to work. You’ll have to track that down and remove or replace it.

3 Likes

I would look for sounds in your game that have no ID and handle them from there. You can find empty sounds by putting this into the explorer search bar:

ClassName=Sound SoundId=“rbxassetid://0”

You can either put placeholder sounds in or delete them (assuming a script doesn’t rely on them, this will only cause more errors).

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.