I am having an issue were my custom signal is not working, in my game the player can pick up a heart that will then heal the player, when this happens the player will have a small heal effect the goes over them. I know the function for the effect to pop up works fine, I had the player regenerate health overtime and it worked.
The heart has a signal called "Heal" when the player is able to pick it up it will heal the player, then fire the signal and delete itself , the issue is that the player will not receive the signal even though I have it connected correctly (I am confident that it is connected properly but I could be wrong )
Here are the fallowing pieces of my code, I really hope this helps, I also added in the function for the in case there seems to be a problem with that as well
Heart script
Defining the heart autoload
the Connection
effect function
I looked it up online and several people had the same problem but I have gotten no clear answers from their post, thank you in advance