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.)
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!