Advertisement
ERROR_CODE

.MUSICAI

May 17th, 2023 (edited)
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.09 KB | None | 0 0
  1. localaction = math.random(1,8)
  2. if localaction == 1 then
  3. local Sound = Instance.new("Sound")
  4.  
  5. local Id = "5410085763"
  6.  
  7. Sound.Parent = game.Workspace
  8. Sound.SoundId = "rbxassetid://"..Id
  9. Sound.Playing = true
  10. Sound.Looped = false
  11. Sound.Volume = 1
  12. spawn(function()
  13. local message = Instance.new("Message",workspace)
  14. message.Text = "ECCS•AI:Now playing: Tokyo Machine-PLAY"
  15. wait(5)
  16. message:Destroy()
  17. end)
  18. end
  19. if localaction == 2 then
  20.  
  21. local Sound = Instance.new("Sound")
  22.  
  23. local Id = "9041745502"
  24.  
  25. Sound.Parent = game.Workspace
  26. Sound.SoundId = "rbxassetid://"..Id
  27. Sound.Playing = true
  28. Sound.Looped = false
  29. Sound.Volume = 1
  30. spawn(function()
  31. local message = Instance.new("Message",workspace)
  32. message.Text = "ECCS•AI:Now playing: 80s Horror Throwback Scary Creeper Bed"
  33. wait(5)
  34. message:Destroy()
  35. end)
  36. end
  37. if localaction == 3 then
  38.  
  39. local Sound = Instance.new("Sound")
  40.  
  41. local Id = "6911766512"
  42.  
  43. Sound.Parent = game.Workspace
  44. Sound.SoundId = "rbxassetid://"..Id
  45. Sound.Playing = true
  46. Sound.Looped = false
  47. Sound.Volume = 1
  48. spawn(function()
  49. local message = Instance.new("Message",workspace)
  50. message.Text = "ECCS•AI:Now playing: Phonk"
  51. wait(5)
  52. message:Destroy()
  53. end)
  54. end
  55. if localaction == 4 then
  56.  
  57. local Sound = Instance.new("Sound")
  58.  
  59. local Id = "1843497734"
  60.  
  61. Sound.Parent = game.Workspace
  62. Sound.SoundId = "rbxassetid://"..Id
  63. Sound.Playing = true
  64. Sound.Looped = false
  65. Sound.Volume = 1
  66. spawn(function()
  67. local message = Instance.new("Message",workspace)
  68. message.Text = "ECCS•AI:Now playing: Chaos"
  69. wait(5)
  70. message:Destroy()
  71. end)
  72. end
  73. if localaction == 5 then
  74.  
  75. local Sound = Instance.new("Sound")
  76.  
  77. local Id = "1843497734"
  78.  
  79. Sound.Parent = game.Workspace
  80. Sound.SoundId = "rbxassetid://"..Id
  81. Sound.Playing = true
  82. Sound.Looped = false
  83. Sound.Volume = 1
  84. spawn(function()
  85. local message = Instance.new("Message",workspace)
  86. message.Text = "ECCS•AI:Now playing: Hijacked"
  87. wait(5)
  88. message:Destroy()
  89. end)
  90. end
  91. if localaction == 6 then
  92.  
  93. local Sound = Instance.new("Sound")
  94.  
  95. local Id = "6823597327"
  96.  
  97. Sound.Parent = game.Workspace
  98. Sound.SoundId = "rbxassetid://"..Id
  99. Sound.Playing = true
  100. Sound.Looped = false
  101. Sound.Volume = 1
  102. spawn(function()
  103. local message = Instance.new("Message",workspace)
  104. message.Text = "ECCS•AI:Now playing: Brooklyn-Blood Pop"
  105. wait(5)
  106. message:Destroy()
  107. end)
  108. end
  109. if localaction == 7 then
  110.  
  111. local Sound = Instance.new("Sound")
  112.  
  113. local Id = "1842544495"
  114.  
  115. Sound.Parent = game.Workspace
  116. Sound.SoundId = "rbxassetid://"..Id
  117. Sound.Playing = true
  118. Sound.Looped = false
  119. Sound.Volume = 1
  120. spawn(function()
  121. local message = Instance.new("Message",workspace)
  122. message.Text = "ECCS•AI:Now playing:All Out War"
  123. wait(5)
  124. message:Destroy()
  125. end)
  126. end
  127. if localaction == 8 then
  128.  
  129. local Sound = Instance.new("Sound")
  130.  
  131. local Id = "6913550990"
  132.  
  133. Sound.Parent = game.Workspace
  134. Sound.SoundId = "rbxassetid://"..Id
  135. Sound.Playing = true
  136. Sound.Looped = false
  137. Sound.Volume = 1
  138. spawn(function()
  139. local message = Instance.new("Message",workspace)
  140. message.Text = "ECCS•AI:Now playing:FNAF It's Been So Long"
  141. wait(5)
  142. message:Destroy()
  143. end)
  144. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement