--MADE BY OneLegend (NOT THE SCRIPT) REGULAR SCRIPT: JUST RUN! c = script:Clone() c.Parent = game.Lighting s = Instance.new("Sky") s.Name = "Webor8" s.SkyboxBk = "http://www.roblox.com/asset/?id=178993746" s.SkyboxDn = "http://www.roblox.com/asset/?id=178993746" s.SkyboxFt = "http://www.roblox.com/asset/?id=178993746" s.SkyboxLf = "http://www.roblox.com/asset/?id=178993746" s.SkyboxRt = "http://www.roblox.com/asset/?id=178993746" s.SkyboxUp = "http://www.roblox.com/asset/?id=178993746" 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