Unable to load audio

Hey! I am currently experiencing an issue where I upload sound effects on Roblox, and then after an hour, the sound doesn’t play anymore; it shows on the Ouput Failed to Load sound or something like that. I really don’t know why that happens every time; it’s annoying.

Please, anything or any guide would help a lot!

1 Like

Has the sound been moderated for copyright issues?

For instance from what I’ve read the Roblox ‘oof’ dying sound effect was changed because it was very close to the sound effect of another online game.

3 Likes

:WaitForChild() keyword might help you out.

1 Like

The sound was not copyrighted in my Opinion it was a custom made, it’s impossible if the sound was unable to load because of copyright. I believed or in my Opinion it’s an Bug

Hey xam,
Is the audio connected to any script? Perhaps you did not locate the sound properly in your script? It happens to me sometimes.

1 Like

Sometimes, i used local newSound = instance.new(“Sound”) and parented to the script where i created the sound sometimes it just make the sound Failed to load or the sound ID Just moderated by Roblox

Interesting, I am not at all sure what the solution to this is. Make sure your audio is copyright free so that it does not get deleted. Could you also send the script here so I could look at it, thank you!

1 Like

Thank you all for the response! i’ve finally found the issue, The Roblox wants me to grant an permission so in that way it doesn’t get an Issue on Loading an sound effects

1 Like

Ah yes! I completely forgot about the audio permissions since the audio system changes happened on Roblox.

1 Like