Hi, I’m making a module that has a metamethod that detects when a button is pressed. The argument is supposed to be an RBXScriptSignal. It looks like this:
function button:ConnectTo(signal: RBXScriptSignal)
Thing is, I don’t know how I would call that function. Can anyone help me? Thanks!
module:ConnectTo(???)