How to change/set the Mouse Shiftlock Offset?

  1. What do you want to achieve?

I’m working on the slider bar where it will change your shiftlock offset to match people’s prefer with offset.

  1. What solutions have you tried so far?

I tried to find a forums that would help with me and I did found some but it seems more complicated and long script. I was hoping you guys can help me out

Hello, if you’re familiar with the PlayerModule modulescript that the player loads when they’re in the game, you can change the offset here:
image
(CameraOffsetVector3Value in PlayerModule)

You must create the Vector3Value and name it exactly the same for it to work properly.
If you’re not sure what a PlayerModule is, I made a tutorial about editing PlayerModules to have a custom shiftlock about a year ago, and i briefly touch on the subject at the end

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