duplicated particle not showing/ emitting in gameplay

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By chris33556

hi all,

this is the scene :

when the oil barrel smashes i want to pieces of debris to fly rightwards. i managed to get the top piece working by using a particle node. i duplicated the particle node (particle and particle2) and changed the sprite to a bottom piece. however, on running the scene. the bottom piece/particle doesnt emit.

here is the code:

i think i need to figure a way to duplicate via the script but not sure what to type. still learning godot

:bust_in_silhouette: Reply From: pion

You only wroteparticles.emitting = true
Do you need to add an extra line like particles2.emitting = true?