Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can Shift Lock be Toggled with a Different Key?

Asked by 4 years ago

Is there any way to turn the in-game "shift-lock" into a "tab-lock" or something like that? I have no idea if it's even possible.

1 answer

Log in to vote
1
Answered by 4 years ago

I was messing with shiftlock toggling today. Not sure if this is how you are suppose to change it but you require the PlayerModule and change it.

local PlayerModule = require(script.Parent:WaitForChild("PlayerModule"))
PlayerModule.cameras.activeMouseLockController:OnBoundKeysObjectChanged("F,Q")
--when you press F or Q, it'll toggle MouseLock

Good luck!

Ad

Answer this question