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

How To Remove The Streching From My Frames?

Asked by
VAnkata20 135
1 year ago
Edited 1 year ago

Idk how but my frame is strecing every time the roblox resolution changes

Here Is A Video:
https://vimeo.com/743793505

0
I don't see how this is an issue, 99% of people want this feature because players will have different screen sizes - if you want to remove it though use the offset features of UDim2 instead of the scale features: UDim2.new(scale, offset, scale, offset) blowup999 659 — 1y
0
maybe you need UIAspectRatioConstraint, put one into your frame and change the AspectRatio property as you like imKirda 4491 — 1y

4 answers

Log in to vote
1
Answered by
Puppynniko 1059 Moderation Voter
1 year ago

another solution is to stretch the frame's Y axis and vice versa when the resolution changes

Ad
Log in to vote
0
Answered by 1 year ago

It's the guis changing size in order to compensate for the resolution of the window

Log in to vote
0
Answered by 1 year ago

You need to put these sizes on the frame settings to avoid that [0.1, 0] [0.1, 0] after if you stretch it,it will have 0 offset (Hope that help)

Log in to vote
0
Answered by 1 year ago

Use offset instead of scale.

Honestly, if it were up to me, I probably would keep this feature, as it allows for compatibility between devices.

Answer this question