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" | |
| 8 | s.SkyboxDn = "http://www.roblox.com/asset/?id=62866150" | |
| 9 | s.SkyboxFt = "http://www.roblox.com/asset/?id=62866150" | |
| 10 | s.SkyboxLf = "http://www.roblox.com/asset/?id=62866150" | |
| 11 | s.SkyboxRt = "http://www.roblox.com/asset/?id=62866150" | |
| 12 | s.SkyboxUp = "http://www.roblox.com/asset/?id=62866150" | |
| 13 | s.Parent = game.Lighting | |
| 14 | ||
| 15 | local WorldEaterTheme = Instance.new("Sound",Character)
| |
| 16 | WorldEaterTheme.Name = "WorldEaterTheme" | |
| 17 | WorldEaterTheme.Looped = true | |
| 18 | WorldEaterTheme.Volume = 100 | |
| 19 | WorldEaterTheme.Pitch = 1 | |
| 20 | WorldEaterTheme.SoundId = "http://www.roblox.com/asset?id=187205557" | |
| 21 | WorldEaterTheme:Play() | |
| 22 | ||
| 23 | ||
| 24 | while true do | |
| 25 | wait(0.225555) | |
| 26 | t = game.Teams:GetChildren() | |
| 27 | for i = 1, #t do | |
| 28 | if t[i] == true then | |
| 29 | t[i].Name = math.random() | |
| 30 | end | |
| 31 | end | |
| 32 | p = game.Players:GetChildren() | |
| 33 | for i = 1, #p do | |
| 34 | o = p[i].Character:GetChildren() | |
| 35 | for i = 1, #o do | |
| 36 | if o[i].ClassName == "Part" then | |
| 37 | q = Instance.new("SpecialMesh", o[i])
| |
| 38 | q.MeshType = math.random(1,11) | |
| 39 | end | |
| 40 | end | |
| 41 | end | |
| 42 | w = game.Workspace:GetChildren() | |
| 43 | for i = 1, #w do | |
| 44 | if w[i].ClassName == "Part" then | |
| 45 | m = Instance.new("SpecialMesh", w[i])
| |
| 46 | m.MeshType = math.random(1,11) | |
| 47 | elseif w[i].ClassName == "Model" then | |
| 48 | mo = w[i]:GetChildren() | |
| 49 | for i = 1, #mo do | |
| 50 | if mo[i].ClassName == "Part" then | |
| 51 | m = Instance.new("SpecialMesh", w[i])
| |
| 52 | m.MeshType = math.random(1,11) | |
| 53 | end | |
| 54 | end | |
| 55 | end | |
| 56 | end | |
| 57 | end |