istealscripts

We are number one

Mar 21st, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. --[We are number one script! Includes ear rape, skybox and particles!]--
  2.  
  3. --[Particles]--
  4.  
  5. local GetPlayers = game.Players:GetPlayers()
  6.  
  7. for _,v in pairs(GetPlayers) do
  8. local Particles = Instance.new("ParticleEmitter",v.Character.Torso)
  9. Particles.Texture = "rbxassetid://541396576"
  10. Particles.VelocitySpread = 50
  11. local Particles2 = Instance.new("ParticleEmitter",v.Character.Torso)
  12. Particles2.Texture = "rbxassetid://541396627"
  13. Particles2.VelocitySpread = 50
  14. local Particles3 = Instance.new("ParticleEmitter",v.Character.Torso)
  15. Particles3.Texture = "rbxassetid://541396654"
  16. Particles3.VelocitySpread = 50
  17. end
  18.  
  19. --[Skybox]--
  20.  
  21. local SkyBox = Instance.new("Sky",game.Lighting)
  22. local SkySettings = {"Bk","Dn","Ft","Lf","Rt","Up"}
  23.  
  24. for _,v in pairs(SkySettings) do
  25. SkyBox["Skybox"..v]="rbxassetid://541396480"
  26. end
  27.  
  28. --[Music]--
  29.  
  30. local Music = Instance.new("Sound")
  31. Music.Name = "Music"
  32. Music.SoundId = "rbxassetid://541369345"
  33. Music.Looped = true
  34. Music.Pitch = 1
  35. Music.Volume = 10
  36. Music.archivable = false
  37. Music.Parent = game.Workspace
  38. wait(1)
  39. Music:play()
  40.  
  41. --[Made for Raindrop]--
Add Comment
Please, Sign In to add comment