Not playing same music on every device

Hello,
I have a playlist of music that play random but it doesn’t play the same song on every device.

(Heres the now playing gui)
Screen Shot 2021-05-07 at 7.20.26 PM

(The NowPlayingScript)

(The music player script, located in StarterPlayerScripts)

1 Like

Make this a server script if you want the same song on all devices, filtering enabled power

1 Like

Do I then change it from a local to a script in server script?

Yes. thirtycharlololololololololol

Pretty much, change your “Music Player” script as a Server Script and put it inside ServerScriptService/workspace and the other LocalScript should be able to detect its changes for it to play globally to all players

So would I still need to change it into a script or let it stay a local script?

Thought I explained this, but ok

The script that’s supposed to be playing the sound, change it to a regular/server Script, and put it inside the workspace or ServerScriptService

1 Like

Oh alright I understand thank you!