local Utils = {} function Utils.percentCoordinates(x, y) x = (x/100)*Screen.width y = (y/100)*Screen.height return x, y end return Utils