This script is a music script I use , but if I'm in the game and someone else joins while the 2nd song is playing they hear the first song playing at the same time as the 2nd song is playing . How do I fix this?
ID = 'SONG1' Music=Instance.new("Sound" ,Workspace) Music.Name = "Music" Music.SoundId = "http://roblox.com/asset/?id=(SONG ID)" Music:Play() wait (125) Music:remove() ID = 'SONG2' Music=Instance.new("Sound" ,Workspace) Music.Name = "Music" Music.SoundId = "http://roblox.com/asset/?id=(SONG ID)" Music:Play() wait (125) Music:remove()
Use a local script