How do i disable the shiftlock image?

I’m in the MouseLockController, i’ve made the variable for the Default Shiftlock Image nothing, just "". and it just makes the roblox cursor the shiftlock. I know there was a way to do this through UserInputService but i cant find the forum for it anymore.

1 Like

I am not sure if it will work for shiftlock but:

UserInputService.MouseIconEnabled = false

Thank you this was the code i was looking for also, it does work as long as you enable it outside of shiftlock

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.