Have you tried using the debugging tool? You can find information on it here.
Though the issue may have to do with the type of hitbox you’re using. Touched() is unreliable and bad at detecting anything already inside the area. Instead, you should use a magnitude hitbox. I have a guide on how to use them here.