Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to fix the studio's screen resolution?

Asked by
royee354 129
6 years ago
Edited 6 years ago

My studio screen resolution is not matching the ingame resolution, so it is hard for me to make GUIs, how can I fix the resolution? any Ideas?

1 answer

Log in to vote
0
Answered by 6 years ago

When using guis and Udim2's if you want the GUI to be the same on everyone's screen you must using the scaling part of the udim2.

{(1,0),(1,0)} The 1's are in the scaling numbers and the 0's are the pixel offsets. Everyone can have a different sized monitor so the pixel offset could be different lengths. However if you do scaling (0 to 1... 1 being the whole screen or its parent GUI object) then it will be the same for every sized monitor resolution

0
I didn't understand, what do I have to change? royee354 129 — 5y
0
size your gui's with the x position of each (x,y) in {(x,y),(x,y)} insetad of the y's PoePoeCannon 519 — 5y
0
And how exactly it will change the resolution to match the ingame resolution? royee354 129 — 5y
0
because, the scaling size (the x values) is proportionate to the players screen resolution. But the y values are not. PoePoeCannon 519 — 5y
View all comments (3 more)
0
for instance, if you do {(1,0),(1,0)} it will cover the players entire screen. But if you do {(0,1000),(0,1000)} if someone was on a 800x600 resolution it would cover their entire screen, but for someone on a 1920x1080 resoltuion it wouldnt. PoePoeCannon 519 — 5y
0
Got you, thanks. royee354 129 — 5y
0
I wanted to know in addition how do i change the studio's resolution to match mine? Is it possible? royee354 129 — 5y
Ad

Answer this question