Particle Intervals

Particle effects can be run from inside intervals as well, using the ParticleInterval class:

intervalName = ParticleInterval(
    particleEffect,
    parent,
    worldRelative=True,
    duration=myDuration
)

Read more about Particle Effects.