mooodi1234

MLG Particles Roblox Script

May 28th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. for i, v in pairs(game.Players:GetChildren()) do
  2. emit = Instance.new("ParticleEmitter")
  3. emit.Parent = v.Character.Torso
  4. emit.Texture = "http://www.roblox.com/asset/?id=8979672"
  5. emit.VelocitySpread = 20
  6. end
  7. for i, v in pairs(game.Players:GetChildren()) do
  8. emit = Instance.new("ParticleEmitter")
  9. emit.Parent = v.Character.Torso
  10. emit.Texture = "http://www.roblox.com/asset/?id=176067516"
  11. emit.VelocitySpread = 20
  12. end
  13. for i, v in pairs(game.Players:GetChildren()) do
  14. emit = Instance.new("ParticleEmitter")
  15. emit.Parent = v.Character.Torso
  16. emit.Texture = "http://www.roblox.com/asset/?id=179012130"
  17. emit.VelocitySpread = 20
  18. end
Add Comment
Please, Sign In to add comment