Releases: joeldesante/rParticle
Releases · joeldesante/rParticle
v1.3
What's Changed
- Emit function by @joeldesante in #7
- Update metatable to refrence self. by @joeldesante in #9
Full Changelog: 1.2.1...v1.3
rParticle 1.2.1
Bug Fixes
See #4
rParticle 1.2
- Adds new
ParticleEmitter#Delete
method which effectively locks the particle emitter. - Fixed bug that would cause hang time and crashes when the particle rate was set to zero or below.
- rParticle now uses
RunService#Heartbeat
instead ofRunService#RenderStepped
. This means particles can now be used server side with out modifying the source code.
rParticle 1.1
Fixes Bugs
This release allows the developer to use their own GUI Objects as particles.
rParticle
v1.0 Create Particle.lua