Hello!
I’m currently working on project where I need to disable shift lock,
I mean like in shift lock will be said “Set By Devoleper” but I did not found how I can do that
Thanks for any help!
1 Like
game > StarterPlayer > EnableMouseLockOption
9 Likes
Go to starterplayer and just untick this
Straight forward enough. Scroll all the way down on StarterPlayer and just uncheck it.
3 Likes
The solution for this is to head into starterplayer and check the category Controls then disable the EnableMouseLockOpition and then you’re good to go!
Try using: game.StarterPlayer.EnableMouseLockOption = false
1 Like
turn this off.
Research before posting instead of taking up space. Do what @Ty_IsHomeSchooled did.
2 Likes
u can still access it but only via commanline
game:GetService('StarterPlayer').EnableMouseLockOption=false
2 Likes