View difference between Paste ID: HwLSQ4WA and PnQ6ij6X
SHOW: | | - or go back to the newest paste.
1
local w = workspace:GetChildren()
2
local a = Instance.new("Sky",game.Lighting)
3
local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
4
for _,v in pairs(b) do
5-
a["Skybox"..v]="rbxassetid://1388471268"
5+
a["Skybox"..v]="rbxassetid://18996907"
6
end
7
for q,p in pairs(game.Players:GetPlayers()) do
8
local c = Instance.new("ParticleEmitter",p.Character.Torso)
9-
c.Texture = "rbxassetid://4963212"
9+
c.Texture = "rbxassetid://18996907"
10
c.VelocitySpread = 50 end
11
local d = Instance.new("Sound",workspace)
12-
d.SoundId = "rbxassetid://1302937929"
12+
d.SoundId = "rbxassetid://285685019"
13
d.Looped = true
14
d:Play()
15
for i= 1,#w do
16
if w[i]:isA("BasePart") then
17
pe = Instance.new("ParticleEmitter", w[i])
18-
pe.Texture = "rbxassetid://1388471268"
18+
pe.Texture = "rbxassetid://18996907"
19-
pe.VelocitySpread = 5
19+
pe.VelocitySpread = 25
20
end end
21
for n,m in pairs(game.Players:GetPlayers()) do
22
local dd = Instance.new("ParticleEmitter",m.Character.Torso)
23-
dd.Texture = "rbxassetid://1388471268"
23+
dd.Texture = "rbxassetid://18996907"
24
dd.VelocitySpread = 50 end