ParticleEmitters not being positioned to player

I have ParticleEmitters in StarterCharacterScripts which I want to toggle on/off. The only issue, is that when parented to the HumanoidRootPart by a script, their position does not march that of the HumanoidRootPart. How would I keep the position of the ParticleEmitters relative to the player’s HumanoidRootPart?

1 Like

When you are testing is the Emitter actually inside the Workspace Player’s HumanoidRootPart?
Or did you accidentally add it into the Player’s Service version of the Player?

1 Like

Enable “LockedToPart” inside of the ParticleEmitter’s properties.
Capture d’écran 2024-04-13 à 10.29.50

1 Like