This post is kind of a continuation of the past post I made in March.
Whenever I, or anyone respawns in my game, these errors pop up.
It’s getting annoying and whenever I or someone respawns, these errors cause a lag spike for a short time.
Again, I can’t find the IDs. I used ‘Ctrl+Shift+F’ and nothing pops up.
Also adding that 4 errors (the same rbxassetid://0s) are sent in the console once I join a game, but fixing the main source of the bug will probably get rid of these.
If anyone knows how to fix this, please help me out!
There are none in StarterGui, but there are scripts in StarterCharacter that have sounds.
I have tried deleting the scripts and checking it on studio if it made a change, but the errors still pop up.
can you show everything that is for sound in scripts and explorer?
perhaps its starterpack maybe? (if you have a tool)
also where does the error come from? client or server?
also does this only happen in studio?
thats not something a sound would do.
have you checked for any backdoors too? (just in case search for require( in every script by pressing ctrl + shift + f at the same time)
I think because of the 22nd March Audio Update, the Audios that are more then 6 seconds cannot be founded, meaning all of the audios that are more then 6 seconds is “invisible”; cannot be played.
Unless if you do over 30 audios at the same time (Less then 6 seconds (Of course) the audio will work because you did 30 audios (Read the 1st Parenthesis, of it) JUST, to make 1 single audio.
yes but the errors didnt have any type of “ID” it was just 0 as shown so it means its not because of the audio privacy update
a real audio from this would had a id inside it and not a “0”
Checked audios through Audio Discovery, and there are no sounds that are longer than 6 seconds. Even checked sounds in the StarterCharacter scripts, they’re not longer than 6 seconds.
If I showed everything that includes sound, I’d have to go through a lot.
The tools have nothing wrong with them, as far as I know.
Don’t know where the error comes from.
It happens in studio and ingame.
It worked! The sound was inside a tool. I tried the getdescendants solution before, but I did it in studio build mode instead of ingame. Whoops, mistake on my part.
Thanks for the help! Now I know what to do if a problem like this happens… again.
Maybe it’s trying to load the sound, but since there’s no id, it has trouble loading it.
idk, i don’t have enough experience to identify why it happened lol