Is there a way to keep particles attached to a part even if it moves?

I am making a game reimagining old roblox gears like the SFOTH swords, but I need the particles to be attached to the handle, is there a way to do that?

Check ParticleEmitter.LockedToPart to true

that was a much simpler solution than i thought. Thanks :D.