Hello there!
This tutorial displays the way to re-bind your ShiftLock.
Most people are probably annoyed with the ShiftLock being binded on "LeftShift".
However, now you won't be! After all, this tutorial displays everything you need!
Go to **StarterPlayerScripts**
Create a **LocalScript** in it.
Name your **LocalScript** to anything. (**Optional**)
Copy the following sentences and paste them into your **LocalScript.**
script.Parent:WaitForChild("PlayerModule"):WaitForChild("CameraModule"):WaitForChild("MouseLockController"):WaitForChild("BoundKeys").Value = "anykey"
If you want to know all keys, make a space and type this:
Enum.KeyCode.["search the key that you want"]
Test it if it works. If it did not work, kindly re-check your script for error.
If it worked, congrats! You've completed the tutorial.