Mouse stuttering when in sniper scope, on lower MouseDeltaSensitivity

  1. What do you want to achieve?

I have this bug, I coded a scope for a sniper gun in my game, it decreases the player’s sensitivity and fov when opened, and when I open the scope to aim at long distances, the mouse seems to move odd, stutters and gets stuck in tiny movements, resisting against my drag, which makes it hard to aim.

  1. What is the issue?

You can see the mouse sometimes resist my drag movement and makes it impossible to aim precisely.
3. What solutions have you tried so far?

UIS.MouseDeltaSensitivity = 0.05/UGS.MouseSensitivity
		Tween3:Play()

This is the code I use for decreasing the sensitivity.

Thank you in advance for your help!

I’ve noticed this happen if your Camera is too far from origin, is your camera’s position somewhere far from 0,0,0?

Yeah my camera is at 6823.722, 9.47, -673.719, I just carried the map a lot nearer to the center, and it seems to be fixed. Thank you a lot I would have never solved this probably, Roblox should address this though, I wonder if there is any way we can highlight this issue for the dev team