Hello, I have a ton of animations in a game, and I have just noticed that none of them work. And yes, all the animations are owned by me. There is this weird error that shows up every few seconds and when I searched it up, “Garbage Collector and Memory Leaks” showed up.
This is not for an animation, but for a sound.
Whatever script is trying to load and play this sound, it is unable to do so, and so the script is trying to reload it again and again.
See if you own the sound id that is shown in red, you most likely do not have permission to use it.
The yellow line is a warning, most likely produced by whatever script is trying to play that sound.
you create warnings using the ‘warn()’ command instead of ‘print()’
It appears that when the sound fails to load, the script is giving a warning and trying again to load it.
Search in your scripts for this warning and maybe you can find the script that is trying to load the sound.
Nevermind, it appears the animations I uploaded recently don’t work at all? I have researched into this and it seems after a couple hours they should work again, this is strange.