What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I tried autoscale litte.Yes
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
Adjust the AnchorPoint & use scale in your UI positioning rather than offset.
If you want to keep your UI element in the bottom right corner regardless of the device size, change the AnchorPoint to 1,1 then change the position to 1,0,1,0.
You can also adjust the offset positions if you don’t want it to display right in the corner; in the example I attached below, I set the position to 1,-20,1,-20