JeffyThBro
(JeffyThBro)
December 8, 2023, 10:46pm
#1
hi,
i was wondering how i could fix this issue where the ui gets cut off:
the scroll settings for it are used with AutomaticCanvasSize because there is no way of me knowing how many frames the player will make with the button:
i tried some tutorials on yt but they didnt work for this
thanks for any help
1 Like
Does the scrolling frame stop there?
1 Like
JeffyThBro
(JeffyThBro)
December 8, 2023, 10:49pm
#3
yes it does stop there but i dont know why
1 Like
JeffyThBro
(JeffyThBro)
December 8, 2023, 10:56pm
#4
if it helps this is the properties for my UIListLayout
1 Like
I found a post, but I can’t find it, it had a good video in it. Maybe try adding UI padding.
1 Like
JeffyThBro
(JeffyThBro)
December 8, 2023, 10:59pm
#6
i already had a ui padding inside of it heres the properties:
when i remove it it doesnt give much change though
1 Like
The padding could be too small. Try something bigger. Also I have no idea on this, I only replied because I thought I bookmarked the post sorry lol.
Edit: give me a min I have an old project
1 Like
blortle
(blortle)
December 8, 2023, 11:11pm
#8
Could be VerticalFlex, but I don’t know. Checking right now though.
1 Like
JeffyThBro
(JeffyThBro)
December 8, 2023, 11:13pm
#9
that still clips like 10% of the frame:
1 Like
blortle
(blortle)
December 8, 2023, 11:14pm
#10
Roblox’s auto-scaling is very janky. I’ll take a look at potential solutions.
1 Like
JeffyThBro
(JeffyThBro)
December 8, 2023, 11:15pm
#11
ye its like there needs to be an entire documentation with tutorials about its auto scaling because its so messy
1 Like
blortle
(blortle)
December 8, 2023, 11:16pm
#12
Are you using scale or offset?
JeffyThBro
(JeffyThBro)
December 8, 2023, 11:16pm
#13
im using scale for it so it fits on all devices
blortle
(blortle)
December 8, 2023, 11:18pm
#14
Can I see the properties of your ScrollingFrame? I did some testing in Studio, and it seems to work fine with both Scale and Offset.
JeffyThBro
(JeffyThBro)
December 8, 2023, 11:19pm
#15
ye sure heres all the properties of it
I think it’s the UI list layout. Mine works fine with the same settings. Do you have beta enabled? My UI list is different.
JeffyThBro
(JeffyThBro)
December 8, 2023, 11:28pm
#17
yes i have beta features enabled, all of them
Just to test try disabling some of them. Maybe it will work?
JeffyThBro
(JeffyThBro)
December 8, 2023, 11:32pm
#19
no difference by removing beta features
JeffyThBro
(JeffyThBro)
December 8, 2023, 11:33pm
#20
it normally does scale the scrolling frames correctly because i have done it before in a previous project