SHOW:
|
|
- or go back to the newest paste.
| 1 | - | -- Farewell Infortality. |
| 1 | + | |
| 2 | - | -- Version: 2.82 |
| 2 | + | |
| 3 | - | -- Instances: |
| 3 | + | |
| 4 | - | local Dora = Instance.new("ScreenGui")
|
| 4 | + | |
| 5 | - | local Vic = Instance.new("TextButton")
|
| 5 | + | |
| 6 | - | --Properties: |
| 6 | + | |
| 7 | - | Dora.Name = "Dora" |
| 7 | + | |
| 8 | - | Dora.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
|
| 8 | + | |
| 9 | s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = image,image,image,image,image,image | |
| 10 | - | Vic.Name = "Vic" |
| 10 | + | |
| 11 | - | Vic.Parent = Dora |
| 11 | + | |
| 12 | - | Vic.BackgroundColor3 = Color3.new(0, 0.333333, 1) |
| 12 | + | |
| 13 | - | Vic.Position = UDim2.new(0.899999976, -100, 0.800000012, -60) |
| 13 | + | |
| 14 | - | Vic.Size = UDim2.new(0, 100, 0, 100) |
| 14 | + | |
| 15 | - | Vic.Font = Enum.Font.SourceSans |
| 15 | + | |
| 16 | - | Vic.Text = "ツ" |
| 16 | + | |
| 17 | - | Vic.TextColor3 = Color3.new(1, 1, 1) |
| 17 | + | |
| 18 | - | Vic.TextScaled = true |
| 18 | + | |
| 19 | - | Vic.TextSize = 14 |
| 19 | + | |
| 20 | - | Vic.TextWrapped = true |
| 20 | + | |
| 21 | - | -- Scripts: |
| 21 | + | |
| 22 | end) | |
| 23 | - | Vic.MouseButton1Down:Connect(function() |
| 23 | + | |
| 24 | sound = coroutine.create(function() | |
| 25 | a = Instance.new("Sound",workspace)
| |
| 26 | a.SoundId = "rbxassetid://"..id.."" | |
| 27 | a.Name = "RAINING MEN" | |
| 28 | a.Volume = 58359 | |
| 29 | a.Looped = true | |
| 30 | a:Play() | |
| 31 | while wait(0.2) do | |
| 32 | rainin = workspace:FindFirstChild("RAINING MEN")
| |
| 33 | if not rainin then | |
| 34 | a = Instance.new("Sound",workspace)
| |
| 35 | a.SoundId = "rbxassetid://"..id.."" | |
| 36 | a.Name = "RAINING MEN" | |
| 37 | a.Volume = 58359 | |
| 38 | a.Looped = true | |
| 39 | a:Play() | |
| 40 | end | |
| 41 | end | |
| 42 | end) | |
| 43 | ||
| 44 | msg = coroutine.create(function() | |
| 45 | while wait(0.4) do | |
| 46 | msg = Instance.new("Message",workspace)
| |
| 47 | msg.Text = message | |
| 48 | wait(0.4) | |
| 49 | msg:Destroy() | |
| 50 | end | |
| 51 | end) | |
| 52 | ||
| 53 | ||
| 54 | rain = coroutine.create(function() | |
| 55 | while wait(10 % 1 * 1e2) do | |
| 56 | part = Instance.new("Part",workspace)
| |
| 57 | part.Name = "Toad" | |
| 58 | ||
| 59 | mesh = Instance.new("SpecialMesh",part)
| |
| 60 | ||
| 61 | sound = Instance.new("Sound",workspace)
| |
| 62 | ||
| 63 | part.CanCollide = false | |
| 64 | part.Size = Vector3.new(440,530,380) | |
| 65 | part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000)) | |
| 66 | ||
| 67 | mesh.MeshType = "FileMesh" | |
| 68 | mesh.Scale = Vector3.new(100,100,100) | |
| 69 | mesh.MeshId = "rbxassetid://430155854" | |
| 70 | mesh.TextureId = "rbxassetid://430155861" | |
| 71 | end | |
| 72 | end) | |
| 73 | coroutine.resume(sky) | |
| 74 | coroutine.resume(del) | |
| 75 | coroutine.resume(sound) | |
| 76 | coroutine.resume(msg) | |
| 77 | coroutine.resume(rain) |