@H34D-SP4C3 it depends on what you want to do with the distance. If you want to show it to the player, you could use it as a value in a set label behaviour. If you want to use it to do something when an object is in range of another, you could use it in an if, e.g. Check whether the distance is less than 5, if so shoot at it or something.
H