Advertisement
NYXRBLX

Untitled

Nov 26th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 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=526043449"
  5. emit.VelocitySpread = 20
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement