I’m creating a light switch and I want it to be activated when player enters collider and mouse cursor is on the switch. I’ve managed to get it to work with collider but now I need to meerge these two conditions. AND is not working because it says thet i cannot use boolean with it. What should I do?