airsoft12

Untitled

Apr 12th, 2018
36
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=292916914"
  5. emit.VelocitySpread = 20
  6. end
Add Comment
Please, Sign In to add comment