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

I'd like to know if this script is correct?

Asked by
Reverge -1
10 years ago
while true do
script.Parent.Music2:pause()
script.Parent.Music1:play()
wait(120)
script.Parent.Music1:pause()
script.Parent.Music2:play()
wait(120)
end
0
Why didn't you just test it? hiccup111 231 — 10y
0
I'm in school. Reverge -1 — 9y

3 answers

Log in to vote
1
Answered by 10 years ago

Yes its correct.

Ad
Log in to vote
0
Answered by 10 years ago

Yeah, that's right. You got it :D

Log in to vote
0
Answered by 10 years ago

It's correct.

Answer this question