Advertisement
ManlyMemeScripter

Noot

Feb 6th, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. C/--Made by Auma
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=142912516"
  7. s.Volume = 60
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(3)
  14.  
  15. s:play()
  16.  
  17. Wait(12)
  18. --Change the IDs with your--
  19. --Dark Exploitz--
  20. s = Instance.new("Sky")
  21. s.Name = "SKY"
  22. s.SkyboxBk = "http://www.roblox.com/asset/?id=204974681"
  23. s.SkyboxDn = "http://www.roblox.com/asset/?id=204974681"
  24. s.SkyboxFt = "http://www.roblox.com/asset/?id=204974681"
  25. s.SkyboxLf = "http://www.roblox.com/asset/?id=204974681"
  26. s.SkyboxRt = "http://www.roblox.com/asset/?id=204974681"
  27. s.SkyboxUp = "http://www.roblox.com/asset/?id=204974681"
  28. s.Parent = game.Lighting
  29.  
  30. t1 = "http://www.roblox.com/asset/?id=204974681"
  31. t2 = "http://www.roblox.com/asset/?id=204974681"
  32. t3 = "http://www.roblox.com/asset/?id=204974681"
  33.  
  34. local p = game.Players:GetChildren()
  35. local w = game.Workspace:GetChildren()
  36.  
  37. for i,v in pairs(p) do
  38. pe = Instance.new("ParticleEmitter", v.Character.Torso)
  39. pe.Texture = t3
  40. pe.VelocitySpread = 30
  41. pe.Size = NumberSequence.new(999,999)
  42. end
  43.  
  44. for i= 1,#w do
  45. if w[i]:isA("BasePart") then
  46. pe = Instance.new("ParticleEmitter", w[i])
  47. pe.Texture = t3
  48. pe.VelocitySpread = 50
  49. pe.Size = NumberSequence.new(999,999)
  50. end
  51. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement