The Scrolling Frame is cutting items

So, there is a problem in my donation game: If you scroll until the end and you have alot of gamepasses, you can’t scroll any further. Do anyone know, how to fix it, no matter how many items are contained in the frame?

grafik

2 Likes

This is usually a case with you using the padding property is uilistlayout the wrong way. Try tinkering with it.

1 Like

Yes, but the problem is, behind there, there are more items and in a PLS DONATE game, people have random number of gamepasses and idk how to do, that the other items are not cutted.

1 Like

Well you need a script for it, you need to check when a new item is added, or when they load in their stand, then you get the number of items and set the size of the scrolling frame according to that.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.