this line of code:
emissionModule.enabled = isActive;
Keeps giving me this message:
NullReferenceException: Do not create your own module instances, get them from a ParticleSystem instance UnityEngine.ParticleSystem+EmissionModule.set_enabled (Boolean value)
Looking through forums I wasn’t able to find a fix for this, but I have seen a lot of people having the same problem