Arpsz

Untitled

Oct 26th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. local w = workspace:GetChildren()
  2. local a = Instance.new("Sky",game.Lighting)
  3. local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
  4. for _,v in pairs(b) do
  5. a["Skybox"..v]="rbxassetid://111954944"
  6. end
  7. for q,p in pairs(game.Players:GetPlayers()) do
  8. local c = Instance.new("ParticleEmitter",p.Character.Torso)
  9. c.Texture = "rbxassetid://79187163"
  10. c.VelocitySpread = 50 end
  11. local d = Instance.new("Sound",workspace)
  12. d.SoundId = "rbxassetid://507839176"
  13. d.Looped = true
  14. d:Play()
  15. for i= 1,#w do
  16. if w[i]:isA("BasePart") then
  17. pe = Instance.new("ParticleEmitter", w[i])
  18. pe.Texture = "rbxassetid://79187163"
  19. pe.VelocitySpread = 5
  20. end end
  21. for n,m in pairs(game.Players:GetPlayers()) do
  22. local dd = Instance.new("ParticleEmitter",m.Character.Torso)
  23. dd.Texture = "rbxassetid://357822657"
  24. dd.VelocitySpread = 50 end
Add Comment
Please, Sign In to add comment