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)

(The NowPlayingScript)
(The music player script, located in StarterPlayerScripts)
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)

(The NowPlayingScript)
(The music player script, located in StarterPlayerScripts)
Make this a server script if you want the same song on all devices, filtering enabled power
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
Oh alright I understand thank you!