I’ve been trying to hook up a bindable event to to toggle shiftlock, and it seemingly ignores when its being fired, despite the code definitely being compiled, and other scripts that aren’t under StarterPlayerScripts picking up the fact it had been fired.
I tried to then make a module script that contained my own custom event function, but the shiftlock script didn’t even say anything was in the module table (it was created externally, then I had the shiftlock script yield until it found it - other scripts did).
All my scripts are local.
My goal is to make it so I can toggle shiftlock from a different script. If anyone knows a way to do this, that’d be great.