I’m trying to use :Connect to bind a RBXScriptSignal to a function I use elsewhere in the script, the function looks for a first argument, if one is not provided it uses a template. (Mode or Default_Setting).
Later in the function it uses an if statement on this argument. I’m connecting a button. Activated to the function, but the button passes an inputObject. Meaning I have to bind the button. Activated to a function which calls a function…