Hi, I want to make a script that tells the distance between the arrow and the star on a scale of 0 to 1. 0 is in the red and 1 is exactly on the green. I’m not sure how I would achieve this, I thought about adding the x values together but then I remembered if its on the left it’s a negative, so I assume it with have to use math.abs (finding the aboslute value of a number)