Just to let you know I am a beginner in LUA.
while true do wait(60) script.Music.Pitch = 1 script.Music:play() end
while true do wait(100) script.Music:play() end
This is the sound in the script: http://www.roblox.com/The-Opening-MitiS-item?id=142320162
The sound will not play.
while true do wait(60) script.Parent.Music:Play() script.Parent.Sound.Pitch = 1 end
+1 up if this worked