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

Gui Sizing for Different Screens?

Asked by 7 years ago

I need to have this gui look the same size on every screen, no matter the size. Here's what I've got going on: I have a frame with the size of {0, 170},{0, 200} and then a ImageLabel inside with the size of {1, 0},{1, 0}

Any help is appreciated, I know this is a dumb question.

1 answer

Log in to vote
0
Answered by
arolh3 5
7 years ago

Use scale instead of off-set.

Click the > arrow next to Size in properties, then next to x/y, you'll see two options; Scale and off-set.

Ad

Answer this question