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

How do you fix this?

Asked by 10 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

Well How do you fix while true do wait(70) script.Music.Pitch = 1 script.Music:play()

end This?

1 answer

Log in to vote
-2
Answered by
Kasumo 2
10 years ago

Well, it doesn't look so organized all on one line, so try this:

while wait(70) do script.Music.Pitch = 1 script.Music:Play() end

Ad

Answer this question