Mito91231

Untitled

Nov 13th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. t1 = "http://www.roblox.com/asset/?id=223238256"
  3. t2 = "http://www.roblox.com/asset/?id=201788175"
  4. t3 = "http://www.roblox.com/asset/?id=261113277"
  5.  
  6. local p = game.Players:GetChildren()
  7. local w = game.Workspace:GetChildren()
  8.  
  9. for i,v in pairs(p) do
  10. pe = Instance.new("ParticleEmitter", v.Character.Torso)
  11. pe.Texture = t3
  12. pe.VelocitySpread = 100
  13. end
  14.  
  15. for i= 1,#w do
  16. if w[i]:isA("BasePart") then
  17. pe = Instance.new("ParticleEmitter", w[i])
  18. pe.Texture = t3
  19. pe.VelocitySpread = 5
  20. end
  21. end
Add Comment
Please, Sign In to add comment