Overlay a frame on a TextLabel

Hey,

I am making an interaction GUI that shows an orange frame moving from the bottom of the text label to the top to indicate the player is making progress with something. My TextLabel has a single character of text to show what hey that player must press/hold for the interaction frame to move.

My issue is that the frame is always in front of the TextLabel and it looks awful. I have tried to make the frame transparent and it still looks terrible. I have no idea how to make my progress frame move behind the TextLabel if the frame is parented to the TextLabel.

(Sorry if this is worded badly, I am not the best at explaining my problems)

Basically, I want a frame to move behind a TextLabel when that frame is parented to that TextLabel. I would give you an example but I don’t know where to find one.

1 Like

Make a frame that contains the text label and the frame, with the frame having a lower ZIndex.

1 Like

I tried that but it didn’t work.

It does work. Please show us what you’re doing.

1 Like