#ClipsDescendants

1 messages · Page 1 of 1 (latest)

mystic valve
#

I am making a draggable ui and as of right now, it only partly work. The UI that is being grabbed is supposed to have the top priority or the largest ZIndex, but that ZIndex doesn't apply to the frame under it.

For example, in the picture, Mythic Egg would be render over everything else. Then Basic Egg would render over everything except Mythic Egg. Next Dew would render over everything but Basic and Mythic Egg.

How come? Am I doing this wrong or is there a hidden behavior I don't know about?

mystic valve
#

I've decided to just parent the Icon to the ScreenGui, but when I do that, the Icon jumps position and I lose the drag.

How do I fix this?

Is there some way for me to display the icon being drag anywhere on the screen despite it being parented to the scroll bar?

mystic valve