Advertisement
Animescapetower

Untitled

Feb 4th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. --Made by Den4ikSeekers
  2.  
  3. wait(1)
  4.  
  5. print('I am back.')
  6.  
  7. warn('To kill you.')
  8.  
  9. local m = Instance.new("Sound")
  10. m.Name = "Music"
  11. m.SoundId = "rbxassetid://459420383"
  12. m.Volume = 1
  13. m.Pitch = 1
  14. m.Looped = true
  15. m.archivable = false
  16. m.Parent = game.Workspace
  17.  
  18. m:play()
  19.  
  20. wait(2)
  21.  
  22. local m2 = Instance.new("Sound")
  23. m2.Name = "EvilLaugh"
  24. m2.SoundId = "rbxassetid://138085838"
  25. m2.Volume = 1
  26. m2.Pitch = 1
  27. m2.Looped = true
  28. m2.archivable = false
  29. m2.Parent = game.Workspace
  30.  
  31. m2:play()
  32.  
  33. wait(4)
  34.  
  35. ms = Instance.new('Message')
  36. ms.Parent = workspace
  37. ms.Text = 'I am back.'
  38. wait(4)
  39. ms:remove()
  40.  
  41. wait(0.5)
  42.  
  43. ms = Instance.new('Message')
  44. ms.Parent = workspace
  45. ms.Text = 'Fix sky box'
  46. wait(5)
  47. ms:remove()
  48.  
  49. wait(0.5)
  50.  
  51. ms = Instance.new('Message')
  52. ms.Parent = workspace
  53. ms.Text = 'Here it goes.'
  54. wait(0.5)
  55. ms:remove()
  56.  
  57. wait(1)
  58.  
  59. ms = Instance.new('Message')
  60. ms.Parent = workspace
  61. ms.Text = '3'
  62. wait(1)
  63. ms:remove()
  64.  
  65. ms = Instance.new('Message')
  66. ms.Parent = workspace
  67. ms.Text = '2'
  68. wait(1)
  69. ms:remove()
  70.  
  71. ms = Instance.new('Message')
  72. ms.Parent = workspace
  73. ms.Text = '1'
  74. wait(1)
  75. ms:remove()
  76.  
  77. wait(2)
  78.  
  79.  
  80. skybox = Instance.new('Sky')
  81. skybox.Name = 'Skybox'
  82. skybox.Parent = game.Lighting
  83. skybox.SkyboxBk = 'rbxassetid://0'
  84. skybox.SkyboxDn = 'rbxassetid://0'
  85. skybox.SkyboxFt = 'rbxassetid://0'
  86. skybox.SkyboxLf = 'rbxassetid://0'
  87. skybox.SkyboxRt = 'rbxassetid://0'
  88. skybox.SkyboxUp = 'rbxassetid://0'
  89.  
  90.  
  91. wait(0.1)
  92.  
  93.  
  94.  
  95. wait(3)
  96.  
  97. h = Instance.new('Hint')
  98. h.Parent = workspace
  99. h.Text = 'Have a good day. fixed the sky'
  100.  
  101. while true do
  102. wait(0.1)
  103. print('---REKT BY DEN4IKSEEKERS---')
  104. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement