How to programmatically adjust Xbox sensitivity

How can I programmatically adjust the sensitivity of the camera when using an Xbox controller?
Normally I would use UserInputService.MouseDeltaSensitivity, but this only works when the player is using a mouse. Is there an equivalent for the thumbstick?

5 Likes

I’ve run into this brick wall myself, I cant seem to find anything in UserInputService but mybe in a different Service? I saw a post saying you may need to make your own camera but it seems really odd Roblox wouldn’t have anything for this in UserInputService.