Hi! I have an image label with text labels inside it and I want to make it so if you hover over it will tween to see the textlabels, i’ve already done the scripting part but now i dont know how to make it so that you cant see the textlabels, The zindex of the ImageButton is set to 2 and the zindexes of the textlabels are set to 1 but it still doesnt work
ZIndex is a property of an UI element (which is like a priority who is at the “front” of the screen) ((also you need might just move the textlabel or ImageButton))