Player UI Not Fitting On All Screens

Hello! I am currently in progress of making a player vs player game, however, I have one slight issue. The player UI’s are not even on every screen. For example, my display resolution is 1920 x 1080, whereas my friend’s monitor is 1366 x 768. The UI’s on my screen look completely perfect and sized right, however on theirs it is cut in half by the screen. How can I fix this?

You would need to change the UI’s size and positioning properties to use Scale instead of offset. For example, having 0.5 for scale will be half the screen for any screen resolution of any monitor/device.