I have ClipDescendants checked and Zindex set on highest for my scroll frame, yet whenever I hover over the cells and tween them, they clip out of frame.
I have ClipDescendants checked and Zindex set on highest for my scroll frame, yet whenever I hover over the cells and tween them, they clip out of frame.
Since the cells in your frame get rotated when you hover over them, ClipsDescendants is ignored. There is a note on the official documentation for GuiObject.ClipsDescendants which highlights this:
Note that
GuiObject.Rotationisn’t supported by this property. If this or any ancestor GUI has a non-zeroGuiObject.Rotation, this property is ignored and descendant GUI elements will be rendered regardless of this property’s value.
https://developer.roblox.com/en-us/api-reference/property/GuiObject/ClipsDescendants
1 Like