Well How do you fix while true do wait(70) script.Music.Pitch = 1 script.Music:play()
end This?
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