|
| 07 Jan 2015 07:28 PM |
I want to make a TextLabel to go behind some buttons and not cover up the buttons/break them. However, when I try to do so, it covers up the buttons. Is there a way I can prevent it from covering up the buttons without using transparency?
A true rock is not a rock silly goose. |
|
|
| Report Abuse |
|
|
| |
|
|
| 07 Jan 2015 07:42 PM |
| Nah I don't know sorry dude. Why don't you want to use transparency? |
|
|
| Report Abuse |
|
|
|
| 07 Jan 2015 08:00 PM |
If I use transparency then it'll still break the buttons because something will be covering them.
A true rock is not a rock silly goose. |
|
|
| Report Abuse |
|
|
|
| 07 Jan 2015 08:12 PM |
| We don't know what size, or position the Gui is, so it's difficult for us to fix it. Just make the textlabel below the button, or above, or to the side. |
|
|
| Report Abuse |
|
|
|
| 07 Jan 2015 08:16 PM |
You need to set the porperty ZIndex
Set it 1 through 10, 10 is in front and 1 is in back.
|
|
|
| Report Abuse |
|
|
|
| 07 Jan 2015 08:45 PM |
@Hunter,
I tried to set it at all 1 - 10 values in the ZIndex and none of them did anything.
A true rock is not a rock silly goose. |
|
|
| Report Abuse |
|
|
|
| 07 Jan 2015 08:48 PM |
| Well it works I use it all the time |
|
|
| Report Abuse |
|
|
|
| 07 Jan 2015 08:54 PM |
Easy.
1. Insert a ScreenGUI into StarterGUI.
2. Insert Frames inside of the ScreenGUI (For your buttons)
3. Insert TextButton inside of the frames.
I'm sure you can take the rest from there. Hope it helped! |
|
|
| Report Abuse |
|
|
|
| 07 Jan 2015 08:55 PM |
Also if you just want other images on the main GUI and not buttons, just insert other frames into the StarterGUI and ImageLabels.
|
|
|
| Report Abuse |
|
|