I’m really just beginning with TD and I’m trying to build a new project to learn a few tricks. So I decided to make a maze and I would like an object to follow the path of that simple maze. Let’s say I move my mouse around to move the object, it could only move inside the maze. How could I get the coordinate of my maze and then apply it to my object? Is this the easiest way to do that?