How to hide\unhide GUI elements effectively?
I have GUI that hides or unhides some elements depending on the selector.For now I have encapsulated all the elements that change in respective If Box()'es, and change each on of them when ComboBox selector changes, like so:Names Default To Here( 1 );
modeSelectorOptions = {"Mode1", "Mode2"};
gui = V List Box(
modeSelector = ComboBox(modeSelectorOptions,
<< Set Function(
Function(
{th
...