-- Disable shift lock script --
(Usage notes at the end)
game.StarterPlayer.EnableMouseLockOption = false
Usage notes:
- The script needs to be called "MouseLockOption".
- The script must be in the Workspace.
- Must be a Script and not a LocalScript.
Images:
- Shift lock disabled (How it looks for the player).
- Script at Workspace.
- Script.