Textlabels and ImageFrames randomly disappear. How do I prevent this?

After working some time in studio designing and scripting GUIs, my text inside textlabels and images inside image frames disappear out of no where during edit mode… after interacting with another text label. This bug removes these items throughout my entire game. Forcing me to redo my entire GUI by deleting and remaking them.

Heres what I’ve tried so far:

  • Copying and pasting the gui in a different placeholder or in the current one
  • Retyping text / repasting image id into the gui
  • Rebooting studio
  • Checked if there could be any infected plugins or scripts.
  • Checked if they’re hiding under another gui
  • Properties that could make them invisible

This has happened to me in the past, its just now that it has taken a big effect on my game. How can I prevent this from happening? or is it possible if I could retrieve them?

It does not re appear in-game or in testing mode.

2 Likes

Hi!
I don’t know what could be the anchor point of this struggle, however I have just experienced the same type of problem, but only with one of my TextLabels.
As well, when my Gui is moving using TweenPosition, my TextLabel.Text disappears entirely, and although my game isn’t running (what I mean here is that the situation can appear even in the Studio). And after weeks thinking the LocalScript associated to this Gui was responsible or that there was a confusion in the game arround this TextLabel, I have discovered that the RichText property of my TextLabel was the point, which was making my TextLabel.Text desappearing each time a property was edited about that TextLabel.

I don’t know if the piece of news I brought really helped you, but I still hope!

1 Like