Weird Gui Glitch

I’m making a shop GUI and just added a scroll bar. And then I added a text button but the the text button didn’t show up. When I clicked on it in the explorer it just showed up a white border!

(The gif is very fast, the white border appears on the left of the shop, that’s when I added the text button.)

2 Likes

Try scrolling down on the scrolling GUI. It happens to me a lot as well.

2 Likes

Is your textbutton in the screengui?

2 Likes

No, its parented to the scroll bar

1 Like

I scrolled down, nothing.


Edit: Screenshot:

1 Like

Try scaling it into the frame. It looks like it’s outside of it.

1 Like

Its still just a white border :confused:

1 Like

Do you have any other ideas on why it still isn’t working?

Looks like this should be a easy fix, try selecting the textbutton and setting position AND the anchor point to (0.5, 0) (0.5, 0) . After that, it should show up in the center of your frame and you can move it around from there!

2 Likes

Still doesn’t show up. :confused:


Got any other ideas on what the issue may be?

1 Like

Hard to tell with just a picture, try messing with some stuff in the scrollingframe and see if anything there can help.

I just deleted the scrolling frame all together, The text button works if i just put it in the normal frame. Thanks for your help though!