dahpiglz

Untitled

May 1st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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=292916914"
  5. emit.VelocitySpread = 20
  6. end
Add Comment
Please, Sign In to add comment