Buttons just stop working

Hello guys.

First of all, I am completely new on Unity, I have the basics now (I think), but I started doing stuff like literally 3 days ago.

So I have my Canvas with a few buttons in there, and I assign them a function on a Script that I assign to a GameObject. One of my buttons works perfectly fine, but the rest of them, just don’t work. I solved it earlier by deleting them and copying and pasting the button that works, but after some time they just stopped working again.

I looked for answers for nothing works, I have an EventSystem GameObject, Interactable is ON… I don’t know what else I can try…

Thank you!!

Solved, there was an image that I wasn’t seeing checked with Raycast Target that was in front of the buttons!