SHOW:
|
|
- or go back to the newest paste.
| 1 | if findteams then | |
| 2 | - | image = "http://www.roblox.com/asset/?id=11661935" |
| 2 | + | findteams:ClearAllChildren() |
| 3 | end | |
| 4 | while true do | |
| 5 | wait(0.01) | |
| 6 | if findteams then | |
| 7 | team = Instance.new("Team",findteams)
| |
| 8 | team.Name = "Toad Roasted"..tostring(math.random(1,33373)) | |
| 9 | team.TeamColor = BrickColor.Random() | |
| 10 | end | |
| 11 | ||
| 12 | wait(1) | |
| 13 | image = "http://www.roblox.com/asset/?id=155126972" | |
| 14 | math.randomseed(tick() % 1 * 1e6) | |
| 15 | sky = coroutine.create(function() | |
| 16 | while wait(0.3) do | |
| 17 | s = Instance.new("Sky",game.Lighting)
| |
| 18 | s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = image,image,image,image,image,image | |
| 19 | s.CelestialBodiesShown = false | |
| 20 | end | |
| 21 | end) | |
| 22 | ||
| 23 | del = coroutine.create(function() | |
| 24 | while wait(0.3) do | |
| 25 | for i,v in pairs(workspace:GetChildren()) do | |
| 26 | if v:IsA("Model") then
| |
| 27 | v:Destroy() | |
| 28 | end | |
| 29 | end | |
| 30 | end | |
| 31 | end) | |
| 32 | ||
| 33 | sound = coroutine.create(function() | |
| 34 | a = Instance.new("Sound",workspace)
| |
| 35 | a.SoundId = "rbxassetid://295810519" | |
| 36 | a.Name = "RAINING MEN" | |
| 37 | a.Volume = 58359 | |
| 38 | a.Looped = true | |
| 39 | a:Play() | |
| 40 | while wait(0.2) do | |
| 41 | rainin = workspace:FindFirstChild("RAINING MEN")
| |
| 42 | if not rainin then | |
| 43 | a = Instance.new("Sound",workspace)
| |
| 44 | a.SoundId = "rbxassetid://295810519" | |
| 45 | - | msg.Text = "GO AND FUCK BALD ASS ASIANS YOU BITCHY PENIS." |
| 45 | + | |
| 46 | a.Volume = 58359 | |
| 47 | a.Looped = true | |
| 48 | a:Play() | |
| 49 | end | |
| 50 | end | |
| 51 | end) | |
| 52 | ||
| 53 | msg = coroutine.create(function() | |
| 54 | while wait(0.4) do | |
| 55 | msg = Instance.new("Message",workspace)
| |
| 56 | msg.Text = "Lolololololol" | |
| 57 | wait(0.4) | |
| 58 | msg:Destroy() | |
| 59 | end | |
| 60 | end) | |
| 61 | ||
| 62 | ||
| 63 | rain = coroutine.create(function() | |
| 64 | while wait(10 % 1 * 1e2) do | |
| 65 | part = Instance.new("Part",workspace)
| |
| 66 | part.Name = "Toad" | |
| 67 | - | mesh.MeshId = "rbxassetid://858238313" |
| 67 | + | |
| 68 | - | mesh.TextureId = "rbxassetid://858243696" |
| 68 | + | |
| 69 | ||
| 70 | sound = Instance.new("Sound",workspace)
| |
| 71 | ||
| 72 | part.CanCollide = false | |
| 73 | part.Size = Vector3.new(440,530,380) | |
| 74 | part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000)) | |
| 75 | ||
| 76 | mesh.MeshType = "FileMesh" | |
| 77 | mesh.Scale = Vector3.new(10,10,10) | |
| 78 | mesh.MeshId = "rbxassetid://430210147" | |
| 79 | mesh.TextureId = "rbxassetid://430210159" | |
| 80 | end | |
| 81 | end) | |
| 82 | coroutine.resume(sky) | |
| 83 | coroutine.resume(del) | |
| 84 | coroutine.resume(sound) | |
| 85 | coroutine.resume(msg) | |
| 86 | coroutine.resume(rain) |