SHOW:
|
|
- or go back to the newest paste.
1 | wait(1) | |
2 | math.randomseed(tick() % 1 * 1e6) | |
3 | sky = coroutine.create(function() | |
4 | while wait(0.3) do | |
5 | s = Instance.new("Sky",game.Lighting) | |
6 | s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408" | |
7 | s.CelestialBodiesShown = false | |
8 | end | |
9 | end) | |
10 | ||
11 | ||
12 | - | del = coroutine.create(function() |
12 | + | |
13 | ||
14 | - | for i,v in pairs(workspace:GetChildren()) do |
14 | + | |
15 | - | if v:IsA("Model") then |
15 | + | |
16 | - | v:Destroy() |
16 | + | |
17 | - | end |
17 | + | |
18 | ||
19 | sound = coroutine.create(function() | |
20 | a = Instance.new("Sound",workspace) | |
21 | a.SoundId = "rbxassetid://902601313" | |
22 | a.Name = "RAINING MEN" | |
23 | a.Volume = 58359 | |
24 | a.Looped = true | |
25 | a:Play() | |
26 | while wait(0.2) do | |
27 | rainin = workspace:FindFirstChild("RAINING MEN") | |
28 | if not rainin then | |
29 | a = Instance.new("Sound",workspace) | |
30 | a.SoundId = "rbxassetid://902601313" | |
31 | a.Name = "RAINING MEN" | |
32 | a.Volume = 58359 | |
33 | a.Looped = true | |
34 | a:Play() | |
35 | end | |
36 | end | |
37 | end) | |
38 | ||
39 | ||
40 | ||
41 | ||
42 | rain = coroutine.create(function() | |
43 | while wait(10 % 1 * 1e2) do | |
44 | part = Instance.new("Part",workspace) | |
45 | part.Name = "Toad" | |
46 | ||
47 | mesh = Instance.new("SpecialMesh",part) | |
48 | ||
49 | - | msg = coroutine.create(function() |
49 | + | |
50 | - | while wait(0.4) do |
50 | + | |
51 | - | msg = Instance.new("Message",workspace) |
51 | + | |
52 | - | msg.Text = "Get toadroasted you bacon-haired bozos. (GO QUIT FUCKED SHIT NIGGER XD FELIXMAYERKIDS IS A HACKER)" |
52 | + | |
53 | - | wait(0.4) |
53 | + | |
54 | - | msg:Destroy() |
54 | + | |
55 | sound.SoundId = noises[math.random(1,#noises)] | |
56 | - | end) |
56 | + | |
57 | sound.Ended:connect(function() | |
58 | sound:Destroy() | |
59 | end) | |
60 | ||
61 | ||
62 | mesh.MeshType = "FileMesh" | |
63 | mesh.MeshId = "rbxassetid://430210147" | |
64 | mesh.TextureId = "rbxassetid://430210159" | |
65 | end | |
66 | end) | |
67 | coroutine.resume(sky) | |
68 | coroutine.resume(sound) | |
69 | coroutine.resume(rain) |