Average Computer Screen Size

What is the average computer screen size of roblox users? I want to know what size I should make my UI based off of.

1 Like

If you click this phone icon image , you can find all of the supported monitor sizes.

1 Like

In 2020, I would think the average computer screen size would 1920x1080. But as @kodeti said you can the supported monitor sizes.

Hopefully this helps, have a great day and happy holidays! :santa:

What do you mean? You should scale your UI to a players device accordingly.

1 Like

Here is a list:

Laptops: 1366x768
Desktops: 1920x1080
Mobile: (not really a common screen size, mine is 2160x1080 but I often keep it in 1440x720)
Tablets: 2000x1500 (screen size will probably be bigger but this is an ideal resolution that you’d expect)

You should use the scale properties to create ui that fits for all screen sizes rather than trying to make it fit for the average computer screen.

Additionally you should look into 9 slice. There is a really good tutorial here

2 Likes

I agree, it’s so easy to scale and it works on basically every device.

1 Like

I agree with scaling, just wanted to know the size my computer screen on Studio should be.