--If you want to stop script, reset (By Rufus14) sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso) sound.SoundId = "http://roblox.com/asset?id=340968287" " sound:Play() sound.Looped = true sound.EmitterSize = 1000 sound.Volume = 10 wait(21.3) sky = Instance.new("Sky", game.Lighting) sky.SkyboxBk = "http://www.roblox.com/asset/?id=7736693" sky.SkyboxDn = "http://www.roblox.com/asset/?id=107783371" sky.SkyboxFt = "http://www.roblox.com/asset/?id=84258917" sky.SkyboxLf = "http://www.roblox.com/asset/?id=61693497" sky.SkyboxRt = "http://www.roblox.com/asset/?id=83824698" sky.SkyboxUp = "http://www.roblox.com/asset/?id=57649700" while true do if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then sound:destroy() sky:destroy() break end game.Lighting.TimeOfDay = 00,00,00 wait(0.6) game.Lighting.TimeOfDay = 14,00,00 wait() end