Help for Aura Activated

Hi, I would like to know how to make an aura appear through a module so that when my local script or there is the keybind F it is activated.

Use a particle emitter and change it to enabled or disabled

Something like:
ParticleEmitter.Enabled = not ParticleEmitter.Enabled

Oh yes, I’m stupid, I forgot about that possibility.