#How do I emit VFX Particles when key is pressed.

1 messages · Page 1 of 1 (latest)

distant parcel
#

Hello.
So I've made a VFX and put it in replicated storage. I need to reference the VFX and have it emit when I press N.
The hierchy in ReplicatedStorage is as follows
ReplicatedStorage
Folder Nmae: Z Aura
Part Name: BaseAura
Attachment Name: StandardAura
Particle Emitter1 Nmae: Aura1
Particle Emitter2 Nme: MainAura
P.S-Right now I'm just focused on emitting the particles so I won't need to connect the client to the server at point.

Thank You in Advence.

weak bone
#

emitter:emit()

distant parcel
#

Thank you. So just the name of the particle emitter and :emit()?