Advertisement
JRKPastesBins

Untitled

Aug 21st, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 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,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement