View difference between Paste ID: BjC3Y5RP and YrBjCkAp
SHOW: | | - or go back to the newest paste.
1
c = script:Clone()
2
c.Parent = game.Lighting
3
s = Instance.new("Sky")
4
s.Name = "loltroll"
5-
s.SkyboxBk = "http://www.roblox.com/asset/?id=278201073" ------- 
5+
s.SkyboxBk = "http://www.roblox.com/asset/?id=908362885" ------- 
6-
s.SkyboxDn = "http://www.roblox.com/asset/?id=278201073" -------
6+
s.SkyboxDn = "http://www.roblox.com/asset/?id=908362885" -------
7-
s.SkyboxFt = "http://www.roblox.com/asset/?id=278201073" ------ Decal id
7+
s.SkyboxFt = "http://www.roblox.com/asset/?id=908362885" ------ Decal id
8-
s.SkyboxLf = "http://www.roblox.com/asset/?id=278201073" --------
8+
s.SkyboxLf = "http://www.roblox.com/asset/?id=908362885" --------
9-
s.SkyboxRt = "http://www.roblox.com/asset/?id=278201073" ---------
9+
s.SkyboxRt = "http://www.roblox.com/asset/?id=908362885" ---------
10-
s.SkyboxUp = "http://www.roblox.com/asset/?id=278201073" --------
10+
s.SkyboxUp = "http://www.roblox.com/asset/?id=908362885" --------
11
s.Parent = game.Lighting
12
 
13
while true do
14
wait(0.225555)
15
t = game.Teams:GetChildren()
16
for i = 1, #t do
17
if t[i] == true then
18
t[i].Name = math.random()
19
end
20
end
21
p = game.Players:GetChildren()
22
for i = 1, #p do
23
o = p[i].Character:GetChildren()
24
for i = 1, #o do
25
if o[i].ClassName == "Part" then
26
q = Instance.new("SpecialMesh", o[i])
27
q.MeshType = math.random(1,11)
28
end
29
end
30
end
31
w = game.Workspace:GetChildren()
32
for i = 1, #w do
33
if w[i].ClassName == "Part" then
34
m = Instance.new("SpecialMesh", w[i])
35
m.MeshType = math.random(1,11)
36
elseif w[i].ClassName == "Model" then
37
mo = w[i]:GetChildren()
38
for i = 1, #mo do
39
if mo[i].ClassName == "Part" then
40
m = Instance.new("SpecialMesh", w[i])
41
m.MeshType = math.random(1,11)
42
end
43
end
44
end
45
end
46
end