So I want to disable MouseLock. But it seems like the option is… gone?
I don’t know how or why? But, it’s gone.
2 Likes
So… how do I disable it? I don’t get what it says.
1 Like
Yeah I don’t really know how :RegisterTouchCameraMovementMode()
works and the MouseBehavior
only made the mouse lock in center, but you are still able to toggle EnableMouseLockOption
just with the command bar.
game.StarterPlayer.EnableMouseLockOption = false
1 Like
I wonder why they chose to leave shiftlock deprecated.
Oh that worked perfectly! Thanks! I just had to make sure it wasn’t in playtest mode
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.