Failed to load sound rbxassetid://xxxx: Requested asset is archived

Whenever the game is launched the output is plagued with this error, and I cannot find a single script which uses that Id nor can grant permission, any fixes would be welcomed.

Failed to load sound rbxassetid://3970893990: Requested asset is archived

image

1 Like

Are there any sound instances in your game that use this ID?

Is there a way I could possibly check?

1 Like

Without running, use the Find All features, in your scripts to find if any script is inserting that sound (if there isn’t any already existing)
search for the id: rbxassetid://3970893990

2 Likes

You can type c:Sound in the explorer search box, Then manually check each sound (If you have a ton of sounds, you could probably run some code to find it faster)

1 Like

Alright thank you found the sound causing the issue, props to you and the other person trying to help me thank you all!

1 Like

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