- What do you want to achieve? Keep it simple and clear!
I want to achieve a simple confetti kill particle effect for my game. Every time the player dies, a confetti particle effect appears the moment he dies, and disappears shortly after.
https://images.app.goo.gl/cdjnZYkcyCeG3btQ7
- What is the issue? Include screenshots / videos if possible!
The issue is I have no clue if this effect is possible based on the given Roblox developer knowledge I have. The only way I could begin to think of doing this is having each player model have an attached ParticleEmitter that’s disabled/invisible, and upon death it turns it visible and then turns it off? How would I manage to script this so every player model in my game does this when they are in my server? I’m using custom character models for my game so am hoping this is possible
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Tried searching on the forums but nothing similar comes up. Not sure if I should do it like a I mentioned above, or another entirely better way? Looking for any help possible