This is actually my first post I’ve ever made here, I’m not sure if this is even the right category for it or anything. With that being said, I’m really clueless as to what I’m supposed to do about this whole issue. So, please be patient with me here, and let me know.
Alright, so, I’m not sure as to why this has ever happened in my own game, but, for whatever reason, some of my players has reported the issue where you could no longer hear some sounds, whenever they load into the server while there is a round happening, or they experience some sort of a fps spike. As far as I know, this has happened to me on my low end laptop as well.
All I can share is that the game itself is specifically some sort of a shooter game, most of the sounds are stored in Replicated Storage, which is where they should be, as it’s important for all players to load them right away. It also clones them whenever they should play, which is a common practice here, of course.
However, before doing so, it checks if the sound itself is actually loaded or not. I’d like to mention that they’re free to use too, meaning that they have been from the toolbox. All on the client side with remote events btw.
We don’t have our own loading screen here in game at all, but I’m not sure if that should fix the whole issue, nor if that’s necessary to do so.
What I have tried so far is that, I tried using ContentProvider for the sounds, but may I be honest with you? That doesn’t really seem to do anything that much, so I highly doubt that’s the solution here, unless I am missing something here, but It doesn’t save them from failing due to what caused it.
If my memory serves me right, I have been told that this can happen whenever there is too much happening at once. (i.g; Particle Emitters lag, Render, Gun Projectiles, etc.) So, I just thought I’d have to add some limits and use some render related stuff, as to only adding them with the camera’s viewable distance and whatnot. But nothing seems to be working here.
Other than that, where they are stored and the duration of the sounds actually matters, but I’m pretty much stuck here, not knowing what to do at all about it, as I’ve never had this whole issue before.
I just want everyone to be able to hear all important sounds and everything. Because, they’re really helpful for my players, and something like that can ruin the experience a lot, which is not really ideal for me. And, I really want this to be solved as soon as possible.
If you ever thought of any solutions here, please tell me so. Or, at least ask me any questions here, I’d be glad to share any information, if it ever means helping you figuring it out.

