why does my remote function not work unless i add a print to the function?
I have a remove function that runs a function from a module and usually when i invoke the event it does nothing, but after adding print(‘hi’) before the module function, it appears to run fine.