Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to fix the music script not working for some players?

Asked by
steelflix -12
4 years ago
while true do
wait(60)
workspace.Music1:Play()
wait(60)
workspace.Music2:Play()
end

This script does not work sometimes and people complain that they can not hear the music, how do I fix this?

0
Is the script working fine for you in roblox studio? kevinsoaresv 47 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

You will need to have Music1 and Music2 in workspace and the script to be in ServerScriptService

Ad

Answer this question