My text GUI won't go into my Frame GUI/BackupFM

Hi, I really looking for help because I can’t put the text GUI into the Frame GUI.

Video: Classic Baseplate - Roblox Studio 2021-08-03 19-23-07

Hi! I’ll be more than happy to help you with this issue.

It looks like the textlabel is BEHIND the background, which is obviously not what you want. You can change this by modifying the “Z-Index” of either the background or textlabel.

Here’s some documenation regarding Z-Indexs: GuiObject | Roblox Creator Documentation

In this specific scenario, the simplest solution is to change the Z-Index of the text label to 2.

Please let me know if you have any further questions, :slight_smile:

edit: spelling

1 Like

This works by z-index in the gui properties. set the texlabel z index to be higher than the frame gui’s z index.