Hello,
I a little issue about particles.
I have a Bullet in a weapon and when I click, my weapon shoot my bullet and some particles are played (there are played automatically when the bullet is instantiate). But when the bullet hit something, I destroy it but I also want to start particles. The problem is that I have 2 particles in my bullet and I can’t Get any of them (and so start them).
So my question is, how can I start my particles in a script during the “destroying-of-my-bullet”. ?