Advertisement
Just_A_Name

trying to fix something

May 1st, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.  
  9. del = coroutine.create(function()
  10.     while wait(0.3) do
  11.         for i,v in pairs(workspace:GetChildren()) do
  12.             if v:IsA("Model") then
  13.                 v:Destroy()
  14. for i,v in pairs(game.Players:GetChildren()) do
  15. end
  16.  
  17. noises = {'rbxassetid://230287740','rbxassetid://271787597','rbxassetid://153752123','rbxassetid://271787503'}
  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.         msg = coroutine.create(function()
  36.     while wait(0.4) do
  37.         msg = Instance.new("Message",workspace)
  38.         msg.Text = "Get toadroasted you bacon-haired bozos. (GO QUIT FUCKED SHIT NIGGER XD FELIXMAYERKIDS IS A HACKER)"
  39.         wait(0.4)
  40.         msg:Destroy()
  41.     rain = coroutine.create(function()
  42.     while wait(10 % 1 * 1e2) do
  43.         part = Instance.new("Part",workspace)
  44.         part.Name = "Toad"
  45.        
  46.         mesh = Instance.new("SpecialMesh",part)
  47.        
  48.         sound = Instance.new("Sound",workspace)
  49.        
  50.         part.CanCollide = false
  51.         part.Size = Vector3.new(440,530,380)
  52.         part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  53.    
  54.         sound.SoundId = noises[math.random(1,#noises)]
  55.         sound:Play()
  56.         sound.Ended:connect(function()
  57.             sound:Destroy()    
  58.        
  59.         mesh.MeshType = "FileMesh"
  60.         mesh.MeshId = "rbxassetid://430210147"
  61.         mesh.TextureId = "rbxassetid://430210159"
  62. coroutine.resume(sky)
  63. coroutine.resume(del)
  64. coroutine.resume(sound)
  65. coroutine.resume(msg)
  66. coroutine.resume(rain)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement