Having a strange issue…
With the PlayOnAwake option toggled on, the ParticleSystem emits particles when I tell it to via a script with Emit(). Of course this makes the ParticleSystem emit an intial burst of particles when the game starts, which I do not want. However, once I toggle off the PlayOnAwake option, the particle system won’t emit particles until maybe 10-20 seconds after the game starts.