Advertisement
affady65

VIRUS Script

May 26th, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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://18996907"
  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://18996907"
  10. c.VelocitySpread = 50 end
  11. local d = Instance.new("Sound",workspace)
  12. d.SoundId = "rbxassetid://285685019"
  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://18996907"
  19. pe.VelocitySpread = 25
  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://18996907"
  24. dd.VelocitySpread = 50 end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement