Can't select the required UI element

,

I encountered an unusual issue today while attempting to select a textLabel Instead, the selection targeted the frame located below. I am currently unable to proceed with my work due to this unexpected behaviour.

Here’s a video demonstrating my problem

I hope someone can help :grinning:

1 Like
  • You can move the textlabels inside the WelcomeGui frame, which puts the textlabels above the WelcomeGui.

  • You can increase the ZIndex property on the textlabels to 2, it just puts the texts on above the WelcomeGui.

In worst case scenario you can simply move the gui in the property Position.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.