How to make buttons visible outside of their frame?

I have this inventory and I’m currently making items draggable to the hotbar. The problem is, when you move the item outside of the frame it is in, it goes invisible. This must just be a property I have enabled without realizing it. If anyone could help I would appreciate it!

1 Like

i think its because you have ‘clip desedents’ on in the property section

it basically hides any gui element that is outside of the frame its parented on

2 Likes

But if he turns off clip descendants the scrolling frame will look weird when scrolling

Even though this takes a lot of time, your only choice to make the textlabel not actually parented to the box inside of the scrolling frame and set its position to the absoluteposition of the frame using 0.5, 0.5 anchor points

1 Like

im not sure but i think you can duplicate the properties (including its size and position) of the scrolling frame and instead change it to a normal frame, and then when you click on the button the button gets parented to the new frame

so the size is the same and position dosent change

btw make the new frame transparency 1

1 Like

Turn off ClipDescendants in ScrollingFrame and try again

1 Like

Try parenting the item outside of the scrolling frame when moving it. This happens because scrolling frames have ClipDescendants on.

1 Like

This would also work well, I think this would be easier to do (and edit for different screen resolutions)

2 Likes