The Last Frame On the Scrolling Frame Clips, How Do I Fix This?
What do you mean by clips???
It’s not shown completely as you can see on the image.
try increasing the Z index on your scrolling frame
The ScrollingFrame is this big:
It’s not a Zindex problem, the problem is that is not shown completely for some reason
Send me a model of he gui and I will try to find any fixes
I am unable to open it . Spam characters for the limit lol
I can open it. Spam characters
I suggest that you don’t use AutomaticCanvasSize, and instead use a script that sets the CanvasSize initially, and when UIListLayout.AbsoluteContentSize
changes. You should also account for UIPadding if you have that in your scrolling frame.
I had this problem, change the frame or whatevers size from scale to offset.
also remove any uiaspectratio. As that creates problems to.
If I do that, the UI won’t be for all devices.
Correct, I just noticed as I used a surface gui
I tried that, but It looks more streched everytime I clone the frame.
Have you tried UiPadding? It might work
Could you show the script for that? This way has always worked for me!
It works with offset, but I want to use scale.
What does UIPadding do???
Uiaspect ratio with offset? Im not sure though