This code will smoothly restrict your mouse, aswell as doing the mouselook
yrotate camera wrapvalue (camera angle y() + mousex())
xrotate camera wrapvalue (camera angle x() + mousey())
if camera angle x()+mousey()=<145
xrotate camera 143
endif `These Restrict by seeing if current angle
`and mouse added are more than The restricted num
if camera angle x()+mousey()=>45 `To change restrictions change the end num
xrotate camera 42
endif
Now edited as the old code did nothing. Had to change 2 things to make it functional.
Where can I get the codes. I know how to build it with codes. GET IT. I HOPE U UNDERSTAND. DUHH