public void Enable() { foreach (LightController light in _lights) { light.Max(); } _rotateScript.Enable(); if (_playAudio) { PlayAudio(); } }