New First Person Controller: Mouse Look

81222-mouselook.png

I’m trying to use older scripts to change the mouse look… I want to enable mouse on main menu(on ESCAPE, and on some parts of my script), but the mouse look isn’t a component, he is on the First Person Controller component. Can someone help me? Enable/Disable Mouse Look on script.

Cursor.lockState = CursorLockMode.None;
Cursor.visible = (true); 
CursorLockedVar = (false);

Doesn’t worked, because First Person Controller > Mouse Look owns the mouse.

Searched and searched, nothing works…

Can i bump here?

Not working…