Advertisement
Alex325

We are number one

Sep 26th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. --Thanks To HessaFTW And His Slave BlueHunter
  2. --Hessa Is the one that made this compalation
  3. --BlueHunter was the test subject
  4. --Have eny scripts that arent in here send them to HessaFTW and he will test and put in for next update
  5.  
  6. local playerLeaderstats = {}
  7. for i, v in pairs(game.Players:GetChildren()) do
  8. table.insert(playerLeaderstats, v)
  9. end
  10. local d = Instance.new("Sound",workspace)
  11. d.SoundId = "rbxassetid://584780545"
  12. d.Looped = true
  13. d:Play()
  14. wait(6)
  15. for i, v in pairs(playerLeaderstats) do
  16. pe = Instance.new("ParticleEmitter",v.Character.Torso)
  17. pe.Texture = "http://www.roblox.com/asset/?id=541396576"
  18. pe.VelocitySpread = 50
  19. se = Instance.new("ParticleEmitter",v.Character.Torso)
  20. se.Texture = "http://www.roblox.com/asset/?id=541396627"
  21. se.VelocitySpread = 50
  22. fe = Instance.new("ParticleEmitter",v.Character.Torso)
  23. fe.Texture = "http://www.roblox.com/asset/?id=541396654"
  24. fe.VelocitySpread = 50
  25. end
  26.  
  27. a=Instance.new("Sky",game.Lighting)
  28.  
  29. b={"Bk","Dn","Ft","Lf","Rt","Up"}
  30.  
  31. for i,v in pairs(b) do
  32.  
  33. a["Skybox"..v]="rbxassetid://541396480"
  34.  
  35. end
  36.  
  37. print("Music executed!")
  38.  
  39. s = Instance.new("Sound")
  40.  
  41. s.Name = "Music"
  42.  
  43. s.SoundId = "http://www.roblox.com/asset/?id=541369345" --Put the id into there.
  44.  
  45. s.Looped = true
  46.  
  47. s.Pitch = 1 --You can edit these settings.
  48.  
  49. s.Volume = 10 --You can edit these settings.
  50.  
  51. s.archivable = false
  52.  
  53.  
  54.  
  55. s.Parent = game.Workspace
  56.  
  57.  
  58.  
  59. wait(1)
  60.  
  61.  
  62. s:play()
  63.  
  64. --Comes With
  65. --SkyBox
  66. --Music (ear rape)
  67. --Particles
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement