Scrolling frame not showing buttons

so im trying to make a shop but when i put a button inside scrolling frame its invisible!


is there any way to solve this? its also supposed to be on the other side

2 Likes

Make the ZIndex of the button 2 or higher and you shouldn’t have the problem.
ZIndex is found in properties of the button. 1 being the lowest “priority” on the screen, and 10 being the highest.

Hope this helps!

1 Like

i tried that and nothing happened

Okay, I have no clue about how to fix this then. Have you tried to change the ZIndex of the actual shop GUI?

ok so i tried that and it didnt work

Did you check if the button is visible? You can see it in Properties.

yep i checked and its visible

30char

Can you send us a screenshot of the scrolling frame’s properties and a screenshot of the button’s properties?

ok i got them and here they are:

By properties, I mean all properties.

EDIT: Don’t do that, I already found the problem.

ok but that might take a bit

30char

ok i got them here are the others

Turns out the problem isn’t with the properties or button itself, it’s that your scrolling frame only shows the scroll bar.

In order for your object to appear in your scroll frame, it has to be within it. This means that your scrolling frame has to be resized correctly so your button can fit in it.

2 Likes

ok so i tried that and it worked thank you

1 Like

Make sure to mark his post as solution if it worked so others who find this post will know what to do