View difference between Paste ID: QDdbvD42 and DtGH0reR
SHOW: | | - or go back to the newest paste.
1
-- Quick scan:
2
-- 	This will just give you a brick-count and print it to your output
3
--	Go in Solo or Online mode to get a dynamic GUI counter
4
5
local lighting = game:GetService("Lighting")
6
lighting.Brightness = 0
7
lighting.OutdoorAmbient = Color3.new(0,0,0)
8
local sky = Instance.new("Sky", lighting)
9
sky.SkyboxBk = "http://www.roblox.com/asset/?id=914699345"
10
sky.SkyboxDn = "http://www.roblox.com/asset/?id=914699345"
11
sky.SkyboxFt = "http://www.roblox.com/asset/?id=914699345"
12
sky.SkyboxLf = "http://www.roblox.com/asset/?id=914699345"
13
sky.SkyboxRt = "http://www.roblox.com/asset/?id=914699345"
14
sky.SkyboxUp = "http://www.roblox.com/asset/?id=914699345"
15
local music = Instance.new("Sound", game.Workspace)
16
music.SoundId = "rbxassetid://322142861"
17
music.Volume = 1
18
music.Looped = true
19
music.PlayOnRemove = true
20
music:Play()