How to keep particles centered?

This might be in the wrong category so if it is, please guide me to the right category. I have been playing around with particle emitters for quite a while now and I’m curious if it’s possible to keep a particle contained in one position rather then spreading around the part using particle emitters. For example, if you had the basic particle like https://gyazo.com/2f99cfc29852b466b97fb6e82b982432 then how would you keep it from moving around the part but instead staying at the center of the part? Is this even possible? Thanks for all the responses in advance.

Therese are all properties of the ParticleEmitter that you can change to keep it at the center of the part.

1 Like

If I’m understanding your question correctly, then you can just set the speed to 0. It will keep the particles exactly where they spawn, which would be the center of the part.

Thank you! I forgot all about what attachments did when I was thinking of solutions for the problem.

1 Like

4 years late but, the easiest way is by making an attachment inside of the part, then adding the particle in there

2 Likes