How to make the particle turn downwards smoothly

How would I be able to make the emitted particle turn downwards slower?

I want to make a firework particle and I have the acceleration on “0, -50, 0” to apply physics and i have the drag on 8 and speed on “75, 200” and when I enable the particle then once the particles on top reach its limit then acceleration starts affecting it and it turns downwards within around .25 seconds and I want it to turn downwards within 1-1.5/2 (1-1.5 or 2) seconds.

I tried changing the timescale but I wasn’t able to make it the same as it was tho it was the closest thing to fixing the problem.


1 Like

Try shooting it initially a bit faster upward.
Your acceleration is 0, -50, 0 which is what’ starts pushing it downward.
Try 0, -40, 0 or other lower values to see which works best for you.

1 Like