Sounds duplicate?

Hi guys, I have a bit of an issue… basically my issue is that sounds seem to be cloning on the player side (Might be down to my bad skills). This in turn means when music on my loading screen plays it gets destroyed but another sound (which is the same) is playing and I can’t find where and why it is…

image (Picture of where sound is)

  1. Please post your script, so that we may know how to help you.
  2. I recommend using localscript inside of Starter/Player GUI, because it’s client sided.

You might have the PlayOnRemove property of your sound set to true. If so, it will play the sound when it is destroyed. Look more into it here: Sound | Documentation - Roblox Creator Hub