#R6 Neck Issues

1 messages · Page 1 of 1 (latest)

thick yew
#

I get to the point where the head looks at the cursor but only on a specific axis. Kind of annoying. I need help

lavish urchin
#

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