Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --MADE BY OneLegend (NOT THE SCRIPT) REGULAR SCRIPT: JUST RUN!
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "loltroll"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=415394545"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=415383699"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=415394545"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=415383699"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=415394545"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=415383699"
- s.Parent = game.Lighting
- while true do
- wait(0.225555)
- t = game.Teams:GetChildren()
- for i = 1, #t do
- if t[i] == true then
- t[i].Name = math.random()
- end
- end
- p = game.Players:GetChildren()
- for i = 1, #p do
- o = p[i].Character:GetChildren()
- for i = 1, #o do
- if o[i].ClassName == "Part" then
- q = Instance.new("SpecialMesh", o[i])
- q.MeshType = math.random(1,11)
- end
- end
- end
- w = game.Workspace:GetChildren()
- for i = 1, #w do
- if w[i].ClassName == "Part" then
- m = Instance.new("SpecialMesh", w[i])
- m.MeshType = math.random(1,11)
- elseif w[i].ClassName == "Model" then
- mo = w[i]:GetChildren()
- for i = 1, #mo do
- if mo[i].ClassName == "Part" then
- m = Instance.new("SpecialMesh", w[i])
- m.MeshType = math.random(1,11)
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement