A ImageLabel
is overlapping a TextLabel
when inside it, even when changing the TextLabel.ZIndex
to 2.
Baseplate.rbxl (45.7 KB)
A ImageLabel
is overlapping a TextLabel
when inside it, even when changing the TextLabel.ZIndex
to 2.
Baseplate.rbxl (45.7 KB)
This isn’t a bug. This is due to the fact that the ScreenGui that you are using has its ZIndexBehavior property set to ZIndexBehavior.Sibling
Setting it to ZIndexBehavior.Global would make it behave the way you are expecting it to behave in this case. However, this behavior is not the default behavior because it is more difficult to work with and because GroupCanvas instances don’t work with it:
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.