How To Place Particle at a Bone Position

Hi, I have an animation with moving bones, but how do I go about finding a specific bone and placing a particle system at that same position for the duration of the animation?

Thanks

Hi @Grimmy! As far as I know you can use findByName to get the position of the bone.

Hey @Grimmy, you can see the following topic for attaching the particle effect to the bone.

To find the specific bone name, you can use the yauster debug tools to find the right bone and then can attach the particle effect accordingly.