Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local t = workspace.adchand2.Torso
- local p = Instance.new("ParticleEmitter",t)
- p.Texture = "http://www.roblox.com/asset/?id=264342144"
- p.Acceleration = Vector3.new(0,-1,0)
- p.Rate = 10000000000000000000000
- p.VelocitySpread = 100
- p = t:FindFirstChild("ParticleEmitter")
- 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}
- current = 1
- function LoadFrame(number)
- p = t:FindFirstChild("ParticleEmitter")
- if p then p.Texture = "rbxassetid://"..frames[current] end
- if current == #frames then current = 1 else current = current+1 end
- end
- while wait() do LoadFrame() end
Add Comment
Please, Sign In to add comment