This is probably a stupid question to ask Pro’s here but I have been searching all over the web for this. I have found almost nothing to fix my problem. So scripters, is there a script that I can somehow learn so the music I play in game wont restart whenever a player dies or resets?
(This might be in the wrong topic, which I am sorry about)
If your music is resetting when a player does, then you have a script that’s in a resetting container. Simply moving it over to a non-resetting container, such as PlayerScripts, will resolve that for you. The sound location won’t matter, it’s the script location that does (unless the sound is directly in PlayerGui).