Position the UI relative to the bottom of the screen (AnchorPoint
set to 0, 1
and position set to 0, 0, 1, 0
). Use negative offset to reposition it back up.
You’ve probably seen many threads about, “How do I fit this on PC and Mobile?”, “How do I make UI scale evenly across all devices?”. Well, if you have these problems, you’ve come to the right place.
Here I will show and explain some concepts for fixing those problems. But first, let me explain a few concepts:
What is Scale and what is Offset?
Scale is a measurement that Roblox uses to determine a percentage from one distance to another. Let’s say the screen size was 1000px wide, having a scal…