This probably was asked numerous times already.
I have a drone, which I am trying to get to move to waypoints, and for testing the waypoints list start and end is the {0, 0, 0} local coordinate (start location), yet the drone ends up 5 or so blocks away. Oh and I lost the drone by telling it to move 2 * coords + offset blocks and it's now somewhere at Y 1300. RIP Jaeger, been a good time.
So, the question is, how does one convert a waypoint into an offset that drone.move() will work with?
The current code is
local waypoints = {
{x = 0, y = 0, z = 0},
{x = 15, y = 25, z = -7