I am a bit at a loss:
I have a script that receives quite a few messages, 25 in total. When I try to add another one, compilation fails with this error:
/main/controls.gui_script
Line 310: Compilation failed: function at line 201 has more than 60 upvalues
I just cannot find these 60 upvalues. Has someone an idea where I should look and what I could try next?