Hello!
So after a good half a year of break I'm trying to get back to Godot, so my knowledge -at its best - is relatively unreliable.
My aim is to measure up the distance between the player (KinematicBody2D) and a target (Area2D) - the concept is that when the player gets closer to the hidden object, it changes shape indicating that yay, we are getting closer.
My main problem is that while I can get both the position of the KinematicBody2D and the target, distanceto doesn't seem to work, only gives 0 as an outcome.

( for some reason getposition/ getglobalposition doesnt even show up as an option let alone work)

I'd appreciate any kind of help or suggestions!
Have a great day all :D