I'm new to GdScript, and I was wondering how I can make an item, or enemy, follow my player. If you can help me, I appreciate it
If there are no obstacles then simplest way is by using Tweens. Otherwise you'll need to employ some type of pathfinding algorithm, A* being the most common, and Godot has a built-in support for it.
@Luska There are plenty of ways to do it. I'd suggest watching a tutorial and try implementing it yourself. In the process you might come up with a more specific question and it would be easier for others to help out.