Hello fellow developers.
I am having an issue with text buttons, I have a very simple script, that will print(‘clicked’) if the player clicks the text button. The issue is that when the text button is parented to a frame that is inside a scrolling frame, the button for some reason can’t be interacted with, but if I parent it to the scrolling frame or even to the main frame, it can be interacted with and works as intended.
Here is an image of the UI layout: