Help with humanoid.AutoRotate

Hi! Im wondering whether or not humanoid.AutoRotate = false could disable shift lock. If not how could I disable shift lock for a temporary amount of time

Any help is appreciated

no it does not. You can set Player.DevEnableMouseLock instead to turn off shift lock.

Player.DevEnableMouseLock = false
wait(5)
Player.DevEnableMouseLock = true

it can be done on the server and the client
Edit: does not work on the client

Hi! Thanks for your reply, I tried it and it gave me this error


I used it on the client

well i guess it cant be done on the client

1 Like

Set the StarterPlayer.DevEnableMouseLock to false, not the Player one.