Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Lighting.Ambient = Color3.new(-1,-1,-1)
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=364335012"
- s.Volume = 1
- s.Pitch = 0.8
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(1)
- s:play()
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "Dark Sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=128986904"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=128986904"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=128986904"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=128986904"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=128986904"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=128986904"
- s.Parent = game.Lighting
- msg = Instance.new("Message")
- msg.Parent = game.Workspace
- msg.Text = "BEWARE OF JOHN DOE"
- wait(6)
- msg:remove()
- while true do
- print ("Loop cycle start")
- game.Lighting.TimeOfDay = "14:00:00"
- wait(0.5)
- end
Add Comment
Please, Sign In to add comment