Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Quick scan:
- -- This will just give you a brick-count and print it to your output
- -- Go in Solo or Online mode to get a dynamic GUI counter
- local lighting = game:GetService("Lighting")
- lighting.Brightness = 0
- lighting.OutdoorAmbient = Color3.new(0,0,0)
- local sky = Instance.new("Sky", lighting)
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=914699345"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=914699345"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=914699345"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=914699345"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=914699345"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=914699345"
- local music = Instance.new("Sound", game.Workspace)
- music.SoundId = "rbxassetid://322142861"
- music.Volume = 1
- music.Looped = true
- music.PlayOnRemove = true
- music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement