View difference between Paste ID: dKVxwfHU and kgM89JTU
SHOW: | | - or go back to the newest paste.
1
--MADE BY OneLegend (NOT THE SCRIPT) REGULAR SCRIPT: JUST RUN!
2
3
c = script:Clone()
4
c.Parent = game.Lighting
5
s = Instance.new("Sky")
6
s.Name = "loltroll"
7
s.SkyboxBk = "http://www.roblox.com/asset/?id=393859526"
8
s.SkyboxDn = "http://www.roblox.com/asset/?id=393859526"
9
s.SkyboxFt = "http://www.roblox.com/asset/?id=393859526"
10
s.SkyboxLf = "http://www.roblox.com/asset/?id=393859526"
11
s.SkyboxRt = "http://www.roblox.com/asset/?id=393859526"
12
s.SkyboxUp = "http://www.roblox.com/asset/?id=393859526"
13
s.Parent = game.Lighting
14
15
--Made by Auma
16
 
17
local s = Instance.new("Sound")
18
 
19
s.Name = "Sound"
20-
s.SoundId = "http://www.roblox.com/asset/?id=257840105"
20+
s.SoundId = "http://www.roblox.com/asset/?id=506682728"
21
s.Volume = 2
22
s.Looped = true
23
s.archivable = false
24
 
25
s.Parent = game.Workspace
26
 
27
wait(3)
28
 
29
s:play()