Advertisement
JRKPastesBins

Untitled

Aug 21st, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. ["ParticleEmitter"] = {
  2. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  3. local fp = Create("ParticleEmitter"){
  4. Parent = Parent,
  5. Color = ColorSequence.new(Color1, Color2),
  6. LightEmission = LightEmission,
  7. Size = Size,
  8. Texture = Texture,
  9. Transparency = Transparency,
  10. ZOffset = ZOffset,
  11. Acceleration = Accel,
  12. Drag = Drag,
  13. LockedToPart = LockedToPart,
  14. VelocityInheritance = VelocityInheritance,
  15. EmissionDirection = EmissionDirection,
  16. Enabled = Enabled,
  17. Lifetime = LifeTime,
  18. Rate = Rate,
  19. Rotation = Rotation,
  20. RotSpeed = RotSpeed,
  21. Speed = Speed,
  22. VelocitySpread = VelocitySpread,
  23. local fire = Instance.new("ParticleEmitter", Character.Torso)
  24. fire.Lifetime = NumberRange.new(0.5)
  25. fire.Speed = NumberRange.new(1, 3)
  26. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 3.564, 2.521), NumberSequenceKeypoint.new(1, 3.534, 2.521)})
  27. fire.Rate = 1000
  28. fire.Name = "FireParticie"
  29. fire.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.627, 0.587), NumberSequenceKeypoint.new(1, 1)})
  30. fire.LightEmission = 0.6
  31. fire.Texture = "http://www.roblox.com/asset/?id=242911609"
  32. fire.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(1, 0.666667, 0))
  33. wait(3)
  34. for i = 0,4,.1 do
  35. RootJoint.C0 = RootJoint.C0 * CFrame.new(0,0,-.1)
  36. swait()
  37. end
  38. wait(5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement