Assets duplicated when multiple people are playing the game

So I’m having a problem, when I’m the only person who’s playing the game, It’s totally normal. But when two or more players are playing the game, the assets duplicated involving a sound effect and a punch effect (Particle Emitter). I think the problem is I’m storing those stuff in the wrong storage, I first stored them in ServerStorage and then I moved them to player’s StarterPack. Here’s some footage about it:


1 Like

We’re you able to find a fix? I’m having the same issue!

After 2 weeks, I figured out my scripts were stored in StarterPack so I put it in ServerScriptStorage and it worked.