memesbruh03

duane particles

Aug 18th, 2016
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.80 KB | None | 0 0
  1. local t = workspace.adchand2.Torso
  2. local p = Instance.new("ParticleEmitter",t)
  3. p.Texture = "http://www.roblox.com/asset/?id=264342144"
  4. p.Acceleration = Vector3.new(0,-1,0)
  5. p.Rate = 10000000000000000000000
  6. p.VelocitySpread = 100
  7.  
  8. p  = t:FindFirstChild("ParticleEmitter")
  9. frames = {264342144,264342147,264342157,264342159,264342162,264342151,264342153,264342155,264384631,264342171,264342174,264342176,264342179,264342178,264385472,264342189,264342192,264342195,264342196,264342187,264342200,264342231,264342205,264342206,264342210,264342212,264342217}
  10.  
  11. current = 1
  12. function LoadFrame(number)
  13.   p = t:FindFirstChild("ParticleEmitter")
  14.   if p then p.Texture = "rbxassetid://"..frames[current] end
  15.   if current == #frames then current = 1 else current = current+1 end
  16. end
  17. while wait() do LoadFrame() end
Add Comment
Please, Sign In to add comment