I made an item which the player can pickup by entering it's Area node. I used bodyentered so the script was on the Area node but I changed it so now the script is in the player script, so currently using areaentered. It is easier for me to work with this method but I wondered if there is any drawbacks, problems with this method.