Rocket Jet Particle doesnt work

Hello this is my first topic and i faced a problem. The colliding and finish particles both work except the rocket jet particle. Everytime i press enter all the code gets executed but it doesn’t show my particle with .Play(); . I also have a .Stop(); function in the else to stop the particle showing when the spacebar is not pressed. I noticed that when i removed the .Stop() in the else, the particle got activated when i pressed Spacebar but it wouldn’t stop.


image


If anyone knows what’s wrong then i would like to know that :slight_smile:
Thanks in advance!

I guess I found a solution for this problem myself. So for the people who are struggling with this problem here is the solution.

I put a new if statement which checks if the particle isn’t playing. If that’s true it will play the particle.
image

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms