Advertisement
memberhero

toad rosted

Dec 13th, 2017
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. wait(1)
  2. while true do
  3. wait(0)
  4. message = Instance.new("Message",game.Workspace)
  5. message.Text = "Get Toad Rosted You Bacon Hair Bozos!"
  6. wait(1)
  7. message:Remove()
  8. end
  9. math.randomseed(tick() % 1 * 1e6)
  10. sky = coroutine.create(function()
  11. while wait(0.3) do
  12. s = Instance.new("Sky",game.Lighting)
  13. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408"
  14. s.CelestialBodiesShown = false
  15. end
  16. end)
  17.  
  18.  
  19. del = coroutine.create(function()
  20. while wait(0.3) do
  21. for i,v in pairs(workspace:GetChildren()) do
  22. if v:IsA("Model") then
  23. v:Destroy()
  24. end
  25. end
  26. end
  27. end)
  28.  
  29.  
  30.  
  31. for i,v in pairs(game.Players:GetChildren()) do
  32. end
  33.  
  34. noises = {'rbxassetid://230287740','rbxassetid://271787597','rbxassetid://153752123','rbxassetid://271787503'}
  35.  
  36. sound = coroutine.create(function()
  37. a = Instance.new("Sound",workspace)
  38. a.SoundId = "rbxassetid://141509625"
  39. a.Name = "RAINING MEN"
  40. a.Volume = 58359
  41. a.Looped = true
  42. a:Play()
  43. while wait(0.2) do
  44. rainin = workspace:FindFirstChild("RAINING MEN")
  45. if not rainin then
  46. a = Instance.new("Sound",workspace)
  47. a.SoundId = "rbxassetid://141509625"
  48. a.Name = "RAINING MEN"
  49. a.Volume = 58359
  50. a.Looped = true
  51. a:Play()
  52. end
  53. end
  54. end)
  55.  
  56. msg = coroutine.create(function()
  57. while wait(0.4) do
  58. msg = Instance.new("Message",workspace)
  59. msg.Text = "Get toadroasted you bacon-haired bozos. (GO QUIT FUCKED SHIT NIGGER XD FELIXMAYERKIDS IS A HACKER)"
  60. wait(0.4)
  61. msg:Destroy()
  62. end
  63. end)
  64.  
  65.  
  66. rain = coroutine.create(function()
  67. while wait(10 % 1 * 1e2) do
  68. part = Instance.new("Part",workspace)
  69. part.Name = "Toad"
  70.  
  71. mesh = Instance.new("SpecialMesh",part)
  72.  
  73. sound = Instance.new("Sound",workspace)
  74.  
  75. part.CanCollide = false
  76. part.Size = Vector3.new(440,530,380)
  77. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  78.  
  79. sound.SoundId = noises[math.random(1,#noises)]
  80. sound:Play()
  81. sound.Ended:connect(function()
  82. sound:Destroy()
  83. end)
  84.  
  85.  
  86. mesh.MeshType = "FileMesh"
  87. mesh.MeshId = "rbxassetid://430210147"
  88. mesh.TextureId = "rbxassetid://430210159"
  89. end
  90. end)
  91. coroutine.resume(sky)
  92. coroutine.resume(del)
  93. coroutine.resume(sound)
  94. coroutine.resume(msg)
  95. coroutine.resume(rain)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement