#Mario like question block not working (area2d)
9 messages · Page 1 of 1 (latest)
the area_entered signal will check if another area enters this one
usually your player is a characterbody tho, and you need to use the body_entered signal instead
you can also move your print up a line so it will print if the signal triggers, not only if it found the node in the group
to make sure it triggers at all