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.