Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --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=534997954"
- sound:Play()
- sound.Looped = true
- sound.EmitterSize = 1000
- sound.Volume = 20
- wait(21.3)
- sky = Instance.new("Sky", game.Lighting)
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=319867832"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=160598348"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=74839648"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=31700750"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=2744839"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=76733278"
- 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.1)
- game.Lighting.TimeOfDay = 14,00,00
- wait()
- end
Add Comment
Please, Sign In to add comment