MouseShiftLockService
Utility service to enable or disable mouse shift lock on the fly on Roblox.
See: https://devforum.roblox.com/t/custom-center-locked-mouse-camera-control-toggle/205323
local mouseShiftLockService = serviceBag:GetService(MouseShiftLockService)
mouseShiftLockService:DisableShiftLock()
Functions
Init
MouseShiftLockService:
Init
(
) →
(
)
Initializes the mouse shift lock service. Should be done via ServiceBag.
EnableShiftLock
MouseShiftLockService:
EnableShiftLock
(
) →
(
)
Enables mouse shift lock
DisableShiftLock
MouseShiftLockService:
DisableShiftLock
(
) →
(
)
Disables mouse shift lock