Constant Animation Server Crashing Bug

My game has been suffering a serious issue, in which the game completely crashes after 10-40 minutes of being up. Originally I had no idea what was causing the issue:
We couldn’t find a single data leak, nor storage issue, or anything else that might cause it. The last server crash we had the server was using ~700mb total which is less than 1/4th of the maximum capacity of the servers, so the crash couldn’t be because of a memory leak, and there were no scripts with abnormally high usage.

After failing to find any issues with our own scripts, I messaged @zeuxcg, due to his forum on something similar earlier on roblox, and he passed me onto @mrdooz, Who replied:

I’ve been looking at this today, and it looks like you are running into some rare case that is causing our animation code to crash, but unfortunately I don’t have any more details right now.

I’ll update this thread when I know more.

Thanks!

Now, this was two weeks ago, and despite tearing the game apart several times, there is nothing we’ve managed to do to fix it, and the admins I spoke to have not spoken to me since. The bug is causing SERIOUS problems in my game, as the game crashing every 10 minutes completely killed the entire player base. I am posting this in the desperate hopes that it can somehow be resolved and my game can function.

The game in question: Realms of The Ring - Roblox

Thank you for your time!

Hmm, Interesting problem to say the least. I’ve ran into problems with animations on client side but that was because I wasn’t stopping animations properly and they stacked onto each other over time.

Are these animations being ran client side?

Yes, they are run Client side. Did you find a fix we might be able to use?

No I haven’t I was just detailing what my issue was with animations in the past.
I’m in your game now trying to understand why you would run into such a crash. We know it isn’t a server memory issue and it isn’t due to a memory leak (as mentioned in your post).

I’m going to keep my eyes open for anything off while playing the game because I’m very curious on why such a promising game is suffering such a fate. I’ll keep you posted if I do find something.