Why doesn't emitter init location work with orbit module?

I’m creating a particle system with two emitters. The first is the desired particle to render, and the second is used only for a reference to ‘emitter init location’ module in the 1st emitter. However, when i implement an orbit module in the second emitter (which is the reference), all particles spawn back at root of particle system instead the desired location found within the orbit.

Is this behavior intended, or is there a setting i’m overlooking that may cause this?

This behavior is intended, the location of the particles are still at “original” but its sprite is moving around, not changing its original location. see it as a pivot offset.

So you will need to find another way to do this.