How do I
invert values? For example, if I want a saw to get faster the closer it is to the player, I can’t use the distance function. I was thinking of inverting that value, so when the distance is high, the speed is low, and vice versa. But how would I do it?