Hello!
I’m curious why the mouse isn’t locked in the middle of the screen while in first person or shift lock, like it’s supposed to.
Is there any way to make it lock again?
Hello!
I’m curious why the mouse isn’t locked in the middle of the screen while in first person or shift lock, like it’s supposed to.
Is there any way to make it lock again?
UserInputService.MouseBehaviour = Enum.MouseBehaviour.LockCenter -- ?!?!?!?!?
If you have an gui button, check the properties if modal is enabled. If its enabled, disable it
I hate a ton of buttons, it would take a while to go through all.
You could Shift+click on the buttons to select
Use a ‘for i, v in pairs’ script in the command bar to disable them all at once.
Good idea, I’ll try that out thanks.