icy_king

Untitled

Nov 3rd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ----------------------------------------
  2. for i, v in pairs(game.Players:GetChildren()) do
  3. emit = Instance.new("ParticleEmitter")
  4. emit.Parent = v.Character.Torso
  5. emit.Texture = "http://www.roblox.com/asset/?id=68119605"
  6. emit.VelocitySpread = 20
  7. end
Advertisement
Add Comment
Please, Sign In to add comment