View difference between Paste ID: DtGH0reR and uvhkCYQQ
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=48020371"
9+
sky.SkyboxBk = "http://www.roblox.com/asset/?id=914699345"
10-
sky.SkyboxDn = "http://www.roblox.com/asset/?id=48020144"
10+
sky.SkyboxDn = "http://www.roblox.com/asset/?id=914699345"
11-
sky.SkyboxFt = "http://www.roblox.com/asset/?id=48020234"
11+
sky.SkyboxFt = "http://www.roblox.com/asset/?id=914699345"
12-
sky.SkyboxLf = "http://www.roblox.com/asset/?id=48020211"
12+
sky.SkyboxLf = "http://www.roblox.com/asset/?id=914699345"
13-
sky.SkyboxRt = "http://www.roblox.com/asset/?id=48020254"
13+
sky.SkyboxRt = "http://www.roblox.com/asset/?id=914699345"
14-
sky.SkyboxUp = "http://www.roblox.com/asset/?id=48020383"
14+
sky.SkyboxUp = "http://www.roblox.com/asset/?id=914699345"
15
local music = Instance.new("Sound", game.Workspace)
16-
music.SoundId = "rbxassetid://150402649"
16+
music.SoundId = "rbxassetid://322142861"
17
music.Volume = 1
18
music.Looped = true
19
music.PlayOnRemove = true
20-
music:Play()
20+
music:Play()