popster12345

Untitled

Feb 20th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. game.Lighting.Ambient = Color3.new(0,0,0)
  2. local s = Instance.new("Sound")
  3.  
  4. s.Name = "Sound"
  5. s.SoundId = "http://www.roblox.com/asset/?id=27697743"
  6. s.Volume = 0.8
  7. s.Pitch = 2.4
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait()
  14.  
  15. s:play()
  16.  
  17. local s = Instance.new("Sound")
  18.  
  19. s.Name = "Sound"
  20. s.SoundId = "http://www.roblox.com/asset/?id=35935204"
  21. s.Volume = 1
  22. s.Pitch = 0.9
  23. s.Looped = true
  24. s.archivable = false
  25.  
  26. s.Parent = game.Workspace
  27.  
  28. wait()
  29.  
  30. s:play()
  31.  
  32. print ("Loop cycle start")
  33. game.Lighting.TimeOfDay = "18:00:00"
  34. wait()
  35. while true do
  36. wait(12)
  37. msg = Instance.new("Message")
  38. msg.Parent = game.Workspace
  39. msg.Text = "DIGNITY: MUHAWHAWHAW! NOOBS! I HAVE RETURNED FOR MY REVENGE!"
  40. wait(6)
  41. msg:remove()
  42. wait(3)
  43. msg = Instance.new("Message")
  44. msg.Parent = game.Workspace
  45. msg.Text = "DIGNITY: NOW YOU WILL ALL PARISH IN MY FIRE OF DOOM!"
  46. wait(6)
  47. msg:remove()
  48. wait(3)
  49. msg = Instance.new("Message")
  50. msg.Parent = game.Workspace
  51. msg.Text = "DIGNITY: I WILL DESTROY YOU ALL! YOU ARE WORTHLESS!"
  52. wait(6)
  53. msg:remove()
  54. wait(3)
  55. msg = Instance.new("Message")
  56. msg.Parent = game.Workspace
  57. msg.Text = "DIGNITY: YOU WILL NOT LIVE THROUGH MY DEADLY ATTACKS!"
  58. wait(6)
  59. msg:remove()
  60. wait(3)
  61. msg = Instance.new("Message")
  62. msg.Parent = game.Workspace
  63. msg.Text = "DIGNITY: I MIGHT AS WELL CLONE YOU INTO BOTS!"
  64. wait(6)
  65. msg:remove()
  66. wait(3)
  67. msg = Instance.new("Message")
  68. msg.Parent = game.Workspace
  69. msg.Text = "DIGNITY: AND THEN THOSE BOTS WILL DESTROY ROBLOX! HAHAHAHAHA!"
  70. wait(6)
  71. msg:remove()
  72. wait(3)
  73. msg = Instance.new("Message")
  74. msg.Parent = game.Workspace
  75. msg.Text = "DIGNITY: YOU CAN'T STOP ME! THERES NOTHING YOU CAN DO!"
  76. wait(6)
  77. msg:remove()
  78. end
Add Comment
Please, Sign In to add comment