Any way to get offset on billboard GUI's to autoscale?

Hello. I was wondering if there was any way to use offset for the billboard GUI while still having it automatically scaled depending on camera distance. I require using offset because my UIs have very specific dimensions in which they need to be scaled to. While I know that using the scale component would achieve my goal, it would not be very suitable to my use case.

You can convert scale to offset or offset to scale. Like:Offset.X/AbsoluteSize.X = Scale.X , Scale.X*AbsoluteSize.X = Offset.X