Emitter script disables on start

I just started using FMOD in a project and when I dragged my event into Unity, set the studio event emitter to play on level start, and started up the level the script becomes disabled (the check box next to it becomes unchecked). I can not figure out how to get around this issue so if anybody could help me out I would greatly appreciate it.

If the event being played is 2D then the script will disable itself after starting to avoid unnecessary updates which costs CPU performance.

Does this cause any actual issues for you?