Mulai efek partikel saat tombol ditekan

 public ParticleSystem particles;

if (Input.GetKeyDown("a")){
	particles.Play();
}
Obnoxious Ocelot