Advertisement
Guest User

...

a guest
Oct 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. wait(1)
  2. print("This is script made by DogeIsSoFluffy")
  3. print("It's troll script")
  4. print("If you found it...good job?")
  5. print("You can use it...but you will probably get banned!")
  6. print("So yeah...")
  7. print("Good luck!")
  8. print("And if someone asks you...,,Did you make that script?''Say yes...i don't want to get banned too LOL.")
  9. script.Parent = game.StarterGui
  10. math.randomseed(tick() % 1 * 1e6)
  11. sky = coroutine.create(function()
  12. while wait(0.3) do
  13. s = Instance.new("Sky",game.Lighting)
  14. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://982622721","rbxassetid://982622721","rbxassetid://982622721","rbxassetid://982622721","rbxassetid://982622721","rbxassetid://982622721"
  15. s.CelestialBodiesShown = false
  16. end
  17. end)
  18.  
  19.  
  20. del = coroutine.create(function()
  21. while wait(0.3) do
  22. for i,v in pairs(workspace:GetChildren()) do
  23. if v:IsA("Model") then
  24. v:Destroy()
  25. end
  26. end
  27. end
  28. end)
  29.  
  30.  
  31.  
  32. for i,v in pairs(game.Players:GetChildren()) do
  33. v.Character.Archivable = true
  34. end
  35. sound = coroutine.create(function()
  36. a = Instance.new("Sound",game.StarterPack)
  37. a.SoundId = "rbxassetid://910257292"
  38. a.Name = "BENDY AND THE INK MACHINE SONG Horror Show (Remix)"
  39. a.Volume = 58359
  40. a.Looped = true
  41. a:Play()
  42. while wait(0.2) do
  43. rainin = workspace:FindFirstChild("BENDY AND THE INK MACHINE SONG Horror Show (Remix)")
  44. if not rainin then
  45. a = Instance.new("Sound",game.StarterPack)
  46. a.SoundId = "rbxassetid://910257292"
  47. a.Name = "BENDY AND THE INK MACHINE SONG Horror Show (Remix)"
  48. a.Volume = 0
  49. a.Looped = true
  50. a:Play()
  51. end
  52. end
  53. end)
  54.  
  55. msg = coroutine.create(function()
  56. while wait(0.4) do
  57. msg = Instance.new("Message",workspace)
  58. msg.Text = "WELCOME TO MY HORROR SHOW, OH I BET YOU THOUGH YOU SEEN THE LAST OF ME?"
  59. wait(0.4)
  60. msg:Destroy()
  61. end
  62. end)
  63.  
  64.  
  65. rain = coroutine.create(function()
  66. while wait() do
  67. part = Instance.new("Part",workspace)
  68. part.Name = "INKBENDY"
  69. mesh = Instance.new("SpecialMesh",part)
  70. part.CanCollide = false
  71. part.Size = Vector3.new(440,530,380)
  72. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  73. mesh.MeshType = "FileMesh"
  74. mesh.MeshId = "rbxassetid://836912878"
  75. mesh.TextureId = "rbxassetid://836921344"
  76. local trail = Instance.new("Trail", inkbendy)
  77. trail.Attachment0 = a0
  78. trail.Attachment1 = a1
  79. trail.FaceCamera = true
  80. trail.Lifetime = 1
  81. trail.Transparency = NumberSequence.new(0,0.5,0,1,1,0)
  82. trail.Texture = "http://www.roblox.com/asset/?id=845518468"
  83. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  84. wait(0.1)
  85. end
  86. end)
  87. coroutine.resume(sky)
  88. coroutine.resume(del)
  89. coroutine.resume(sound)
  90. coroutine.resume(msg)
  91. coroutine.resume(rain)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement