Hello,
Is there any way to disable a script (MouseLook in this case) in another script (my GUIhandler)? I have currently solved this by making a bool in my GUIhandler. The MouseLook script then checks if this bool is true, to use MouseLook. I would like to be able to do this by just disabling the MouseLook script, in my GUIhandler.
Thanks!