Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
- sound.SoundId = "http://roblox.com/asset?id=411822939"
- 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=169773451"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=169773451"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=169773451"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=169773451"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=169773451"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=169773451"
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement