I have not done java script in a while and I would like to make my particle emitter to emitt every 1.5 seconds to match up with my animation, if anybody can help me out that would be awesome
You don’t need any script for that. Your particle system should set the duration of the whole particle system to be 1.5s in main module, enable “looping” and add a burst event in the emission module. If you don’t want to emit all particles in one shot but for a small duration every 1.5s, instead of burst, you can change the emission “rate over time” from “constant” to “curve” and add a zero value point in the middle of the timeline.