Advertisement
iiJosephCats205

SPRAY THE ASS WITH YOUR ASS

Oct 30th, 2018
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait(1)
  2. image = "http://www.roblox.com/asset/?id=1594287559"
  3. id = 579287600
  4. message = "I HOPE YOU HAVE A GOOD TIME RAPING YOURSELF"
  5. math.randomseed(tick() % 1 * 1e6)
  6. sky = coroutine.create(function()
  7. while wait(0.3) do
  8. s = Instance.new("Sky",game.Lighting)
  9. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = image,image,image,image,image,image
  10. s.CelestialBodiesShown = false
  11. end
  12. end)
  13.  
  14.  
  15. sound = coroutine.create(function()
  16. a = Instance.new("Sound",workspace)
  17. a.SoundId = "rbxassetid://"..id..""
  18. a.Name = "RAINING MEN"
  19. a.Volume = 58359
  20. a.Looped = true
  21. a:Play()
  22. while wait(0.2) do
  23. rainin = workspace:FindFirstChild("RAINING MEN")
  24. if not rainin then
  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. end
  32. end
  33. end)
  34.  
  35. msg = coroutine.create(function()
  36. while wait(0.4) do
  37. msg = Instance.new("Message",workspace)
  38. msg.Text = message
  39. wait(0.4)
  40. msg:Destroy()
  41. end
  42. end)
  43.  
  44.  
  45. --rain = coroutine.create(function()
  46. -- while wait(10 % 1 * 1e2) do
  47. -- part = Instance.new("Part",workspace)
  48. -- part.Name = "Toad"
  49. --
  50. -- mesh = Instance.new("SpecialMesh",part)
  51. --
  52. -- sound = Instance.new("Sound",workspace)
  53. --
  54. -- part.CanCollide = false
  55. -- part.Size = Vector3.new(440,530,380)
  56. -- part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  57. --
  58. -- mesh.MeshType = "FileMesh"
  59. -- mesh.Scale = Vector3.new(100,100,100)
  60. -- mesh.MeshId = "rbxassetid://430155854"
  61. -- mesh.TextureId = "rbxassetid://430155861"
  62. -- end
  63. --end)
  64. coroutine.resume(sky)
  65. coroutine.resume(sound)
  66. coroutine.resume(msg)
  67. --coroutine.resume(rain)
  68. a:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement