Does exist a script to put limit on camera orientation

I want do a specific angle in camera and camera cant rotate less then -32.7 in axis x but can rotate to +80

I am not sure what you are asking for exactly, but I am guessing you want to have a minimum and maximum to how far players can turn their camera. A way to go about this would be using RunService checking the angle of the camera every frame and if it goes past -32.7 deg you would set it to -32.7 and same for the 80+.

ye exactly but i dont know how to script to do it