dicksoutforharambae

Untitled

Sep 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=195608001"
  5. s.Volume = 2
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(3)
  12.  
  13. s:play()
  14. t1 = "http://www.roblox.com/asset/?id=223238256"
  15. t2 = "http://www.roblox.com/asset/?id=201788175"
  16. t3 = "http://www.roblox.com/asset/?id=261113277"
  17.  
  18. local p = game.Players:GetChildren()
  19. local w = game.Workspace:GetChildren()
  20.  
  21. for i,v in pairs(p) do
  22. pe = Instance.new("ParticleEmitter", v.Character.Torso)
  23. pe.Texture = t3
  24. pe.VelocitySpread = 100
  25. end
  26.  
  27. for i= 1,#w do
  28. if w[i]:isA("BasePart") then
  29. pe = Instance.new("ParticleEmitter", w[i])
  30. pe.Texture = t3
  31. pe.VelocitySpread = 5
  32. end
  33. end
  34.  
  35. local playerLeaderstats = {}
  36. for i, v in pairs(game.Players:GetChildren()) do
  37. table.insert(playerLeaderstats, v)
  38. end
  39. for i, v in pairs(playerLeaderstats) do
  40. pe = Instance.new("ParticleEmitter",v.Character.Torso)
  41. pe.Texture = "http://www.roblox.com/asset/?id=459493380"
  42. pe.VelocitySpread = 50
  43.  
  44. end
  45.  
  46. a=Instance.new("Sky",game.Lighting)
  47.  
  48. b={"Bk","Dn","Ft","Lf","Rt","Up"}
  49.  
  50. for i,v in pairs(b) do
  51.  
  52. a["Skybox"..v]="rbxassetid://459493380"
  53.  
  54. end
  55.  
  56.  
  57.  
  58. print("Music executed!")
  59.  
  60. s = Instance.new("Sound")
  61.  
  62. s.Name = "Music"
  63.  
  64. s.SoundId = "http://www.roblox.com/asset/?id=468952487" --Put the id into there.
  65.  
  66. s.Looped = true
  67.  
  68. s.Pitch = 1 --You can edit these settings.
  69.  
  70. s.Volume = 4 --You can edit these settings.
  71.  
  72. s.archivable = false
  73.  
  74.  
  75.  
  76. s.Parent = game.Workspace
  77.  
  78.  
  79.  
  80. wait(1)
  81.  
  82.  
  83. s:play()
  84.  
  85. local playerLeaderstats = {}
  86. for i, v in pairs(game.Players:GetChildren()) do
  87. table.insert(playerLeaderstats, v)
  88. end
  89. for i, v in pairs(playerLeaderstats) do
  90. pe = Instance.new("ParticleEmitter",v.Character.Torso)
  91. pe.Texture = "http://www.roblox.com/asset/?id=518936297"
  92. pe.VelocitySpread = 50
  93.  
  94. end
  95.  
  96. a=Instance.new("Sky",game.Lighting)
  97.  
  98. b={"Bk","Dn","Ft","Lf","Rt","Up"}
  99.  
  100. for i,v in pairs(b) do
  101.  
  102. a["Skybox"..v]="rbxassetid://518936297"
  103.  
  104. end
  105.  
  106. print("Music executed!")
  107.  
  108. s = Instance.new("Sound")
  109.  
  110. s.Name = "Music"
  111.  
  112. s.SoundId = "http://www.roblox.com/asset/?id=517931264" --Put the id into there.
  113.  
  114. s.Looped = true
  115.  
  116. s.Pitch = 1 --You can edit these settings.
  117.  
  118. s.Volume = 1 --You can edit these settings.
  119.  
  120. s.archivable = false
Add Comment
Please, Sign In to add comment