Advertisement
ManlyMemeScripter

Newt

Feb 5th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  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()
  13. while wait(0.3) do
  14. for i,v in pairs(workspace:GetChildren()) do
  15. if v:IsA("Model") then
  16. v:Destroy()
  17. end
  18. end
  19. end
  20. end)
  21.  
  22.  
  23.  
  24. for i,v in pairs(game.Players:GetChildren()) do
  25. end
  26.  
  27. noises = {'rbxassetid://230287740','rbxassetid://271787597','rbxassetid://153752123','rbxassetid://271787503'}
  28.  
  29. sound = coroutine.create(function()
  30. a = Instance.new("Sound",workspace)
  31. a.SoundId = "rbxassetid://141509625"
  32. a.Name = "RAINING MEN"
  33. a.Volume = 58359
  34. a.Looped = true
  35. a:Play()
  36. while wait(0.2) do
  37. rainin = workspace:FindFirstChild("RAINING MEN")
  38. if not rainin then
  39. a = Instance.new("Sound",workspace)
  40. a.SoundId = "rbxassetid://141509625"
  41. a.Name = "RAINING MEN"
  42. a.Volume = 58359
  43. a.Looped = true
  44. a:Play()
  45. end
  46. end
  47. end)
  48.  
  49. msg = coroutine.create(function()
  50. while wait(0.4) do
  51. msg = Instance.new("Message",workspace)
  52. msg.Text = "Get toadroasted you bacon-haired bozos. (GO QUIT FUCKED SHIT NIGGER XD FELIXMAYERKIDS IS A HACKER)"
  53. wait(0.4)
  54. msg:Destroy()
  55. end
  56. end)
  57.  
  58. coroutine.resume(sky)
  59. coroutine.resume(del)
  60. coroutine.resume(sound)
  61. coroutine.resume(msg)
  62.  
  63. --Made by Auma
  64.  
  65. local s = Instance.new("Sound")
  66.  
  67. s.Name = "Sound"
  68. s.SoundId = "http://www.roblox.com/asset/?id=141509625"
  69. s.Volume = 99
  70. s.Looped = true
  71. s.archivable = false
  72.  
  73. s.Parent = game.Workspace
  74.  
  75. wait(3)
  76.  
  77. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement