Dissapearing UI elements

I am having a problem with studio right now as my Frame keeps dissapearing when nothing is causing it to do so, I have checked outputs and developer logs but nothing is pointing towards it being deleted, any ideas?

Not playing:
image

Playing: image

1 Like

There is probably a script that’s deleting those elements.

(If I remember correctly) You have the ability to see LocalScripts/Scripts that mentions any keyword you want to find. To do this, press CTRL + SHIFT + F and type in :Destroy(). Once doing so, it will show every single Script that mentions the word :Destroy(), which should be the leading cause of your missing UI elements.

1 Like

image
Nothing that deletes Panel

1 Like

I just disabled all scripts, still happens.

1 Like

Turns out it only happens in that game, weird.

1 Like

This is going to be a random question, but where exactly is the StaffUI located at? Is it in StarterGui, or are you cloning the UI and giving it to specific people(which you probably are, but I want you to place it under StarterGui for now and see if it still happens).

1 Like

It’s in StarterGUI as it’s password protected. It’s still the same

1 Like

Check the properties, I’m not really sure but it can happen when Archivable is false I think but again, I don’t really know.

1 Like

I would send you the rbxm file but it only happens in this certain place.

1 Like

Make sure that all image label properties have same things as default if you didn’t change (for example position etc. will be different) sorry if it’s not clear.

1 Like

It’s fine now I fixed it, I had an event that kept being called.

3 Likes