1
while
true
do
2
script.Parent.Music
:pause()
3
:play()
4
wait(
120
)
5
6
7
8
end
Yes its correct.
Yeah, that's right. You got it :D
It's correct.