I’m trying to brainstorm a way to use Pathfinding nodes to get a fair timer for a taxi delivering game, but I have no idea how I could get a number from it.
The current system (the outdated version) just gets the magnitude from the rootpart and location’s positions and divides that by 50 to get a “reasonable timer”. However, that current system doesn’t compensate for elevations and shortcuts, so I needed to replace that method with Pathfinding nodes.
However, I can’t figure out how to get a number from it. Any ideas?
Dont you think it would it just be easier to build on the outdated one rather than start from scratch on something you havent done before?
Also for getting the nodes, when using pathfinding there are a set amount of nodes/waypoints from the starting point and the ending position so maybe that could be of use?