Is there any way to check whether or not does a player have 'ShiftLock' enabled, and is using it?

This actually might be very useful, but… I do not know how to do it. I’m not asking for free code either, just a way to do it; if it’s even possible…

For example, is there any function or event that can return a boolean of whether or not does the player have Shiftlock enabled (Enabled in the roblox menu), or even, if he is using it at the moment. (After toggling it.)

-- Example of what I'd 'want'.
plr:IsShiftLockEnabled() -- true/false
1 Like