gray_alli28codesrbx

wearenumberone

Jan 5th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 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. for i, v in pairs(playerLeaderstats) do
  11. pe = Instance.new("ParticleEmitter",v.Character.Torso)
  12. pe.Texture = "http://www.roblox.com/asset/?id=541396576"
  13. pe.VelocitySpread = 50
  14. se = Instance.new("ParticleEmitter",v.Character.Torso)
  15. se.Texture = "http://www.roblox.com/asset/?id=541396627"
  16. se.VelocitySpread = 50
  17. fe = Instance.new("ParticleEmitter",v.Character.Torso)
  18. fe.Texture = "http://www.roblox.com/asset/?id=541396654"
  19. fe.VelocitySpread = 50
  20. end
  21.  
  22. a=Instance.new("Sky",game.Lighting)
  23.  
  24. b={"Bk","Dn","Ft","Lf","Rt","Up"}
  25.  
  26. for i,v in pairs(b) do
  27.  
  28. a["Skybox"..v]="rbxassetid://541396480"
  29.  
  30. end
  31.  
  32. print("Music executed!")
  33.  
  34. s = Instance.new("Sound")
  35.  
  36. s.Name = "Music"
  37.  
  38. s.SoundId = "http://www.roblox.com/asset/?id=541369345" --Put the id into there.
  39.  
  40. s.Looped = true
  41.  
  42. s.Pitch = 1 --You can edit these settings.
  43.  
  44. s.Volume = 10 --You can edit these settings.
  45.  
  46. s.archivable = false
  47.  
  48.  
  49.  
  50. s.Parent = game.Workspace
  51.  
  52.  
  53.  
  54. wait(1)
  55.  
  56.  
  57. s:play()
  58.  
  59. --Comes With
  60. --SkyBox
  61. --Music (ear rape)
  62. --Particles
Add Comment
Please, Sign In to add comment