Multiple particles spawning at the same point in space

Hi,

I am currently working on a particle system using instances and noise for rotation. Everything is working just fine except for one particle. It is a group of particles on a same point in space and they are following the same path and I don’t know how to get rid of it. The rotation is apply to all of them so it is making a huge sphere.

See the picture to understand better what I explained.

Thank you
Louis-Philippe

A toe or tox will help people understand better, but my guess is your rotation channels are more numerous in samples than your position channels so those instances are picking up default or held t[xyz] values…

Thanks for your answer it was the problem I now have same amount of particles and sample for the rotation.