#R6 Neck Issues
1 messages · Page 1 of 1 (latest)
you can try divide the mouse position making it more subtle
if u still want the same sensitivity you can check if the mouse y is too low, the head stops moving down
like
if Mouse.Y > -180 then
--code here
end
im not sure if this will work, but it checks if the mouse Y is bigger than -180