View difference between Paste ID: aU5c9H1W and B3EpHDHr
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=62866150"
7+
s.SkyboxBk = "http://www.roblox.com/asset/?id=401149271"
8-
s.SkyboxDn = "http://www.roblox.com/asset/?id=62866150"
8+
s.SkyboxDn = "http://www.roblox.com/asset/?id=401149271"
9-
s.SkyboxFt = "http://www.roblox.com/asset/?id=62866150"
9+
s.SkyboxFt = "http://www.roblox.com/asset/?id=401149271"
10-
s.SkyboxLf = "http://www.roblox.com/asset/?id=62866150"
10+
s.SkyboxLf = "http://www.roblox.com/asset/?id=401149271"
11-
s.SkyboxRt = "http://www.roblox.com/asset/?id=62866150"
11+
s.SkyboxRt = "http://www.roblox.com/asset/?id=401149271"
12-
s.SkyboxUp = "http://www.roblox.com/asset/?id=62866150"
12+
s.SkyboxUp = "http://www.roblox.com/asset/?id=401149271"
13
s.Parent = game.Lighting
14
15
while true do
16
wait(0.225555)
17
t = game.Teams:GetChildren()
18
for i = 1, #t do
19
if t[i] == true then
20
t[i].Name = math.random()
21
end
22
end
23
p = game.Players:GetChildren()
24
for i = 1, #p do
25
o = p[i].Character:GetChildren()
26
for i = 1, #o do
27
if o[i].ClassName == "Part" then
28
q = Instance.new("SpecialMesh", o[i])
29
q.MeshType = math.random(1,11)
30
end
31
end
32
end
33
w = game.Workspace:GetChildren()
34
for i = 1, #w do
35
if w[i].ClassName == "Part" then
36
m = Instance.new("SpecialMesh", w[i])
37
m.MeshType = math.random(1,11)
38
elseif w[i].ClassName == "Model" then
39
mo = w[i]:GetChildren()
40
for i = 1, #mo do
41
if mo[i].ClassName == "Part" then
42
m = Instance.new("SpecialMesh", w[i])
43
m.MeshType = math.random(1,11)
44
end
45
end
46
end
47
end
48
end