Skip to content

rParticle 1.2

Compare
Choose a tag to compare
@joeldesante joeldesante released this 15 Jan 05:06
· 12 commits to master since this release
54bd384
  • 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 of RunService#RenderStepped. This means particles can now be used server side with out modifying the source code.