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!
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
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
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
Turn off ClipDescendants in ScrollingFrame and try again
Try parenting the item outside of the scrolling frame when moving it. This happens because scrolling frames have ClipDescendants
on.
This would also work well, I think this would be easier to do (and edit for different screen resolutions)