Hello everyone! I have a project which needs to display the current distance between the player and the starting line. The distance has to display the X-axis between each other instead of X and Y axis. (distance(startingline.x, startingline.y,player.x,player.y) doesn't work as it display both the X and Y axis. Thanks!