UICorner disappears every time I click the parent

I have a problem where every time I click on the parent of a uicorner, the uicorner just gets completely deleted. Is there anything I can do about this.

This is most likely a bug on your end. Check any weird key binding settings that you have on your PC or studio.

I have no special binds that would do this it’s been doing it since I’ve been developing for years but I never had a reason to ask about it until now

Have you tried restarting your computer (just in case, you never know.)

It’s difficult to determine the exact cause of the issue without seeing your code or the object hierarchy, but one possible explanation is that you are accidentally selecting the uicorner instead of the parent object. When you delete an object in Roblox Studio, it also deletes all of its child objects, which could be why the uicorner is disappearing.

To avoid accidentally deleting the uicorner, you can try using the “Explorer” window in Roblox Studio to select the parent object instead of clicking directly on the object in the viewport. You can also try selecting the parent object using the “Selection” window, which allows you to select objects based on their hierarchy and properties.

If this doesn’t solve the problem, you may need to review your code to see if there are any other issues that could be causing the uicorner to be deleted.

No this has nothing to do with my code. It is global across all my games. I’m wondering if it might be a plugin…

If you think so, then try disabling all your plugins. If that works, then use the process of elimination to try and figure out what plugin is causing the issue.

I have several ui plugins so I’m going to assume it’s one of those.

As I said, disale all UI plugins and see if the problem persists.

1 Like

Yup, It worked.Thanks a lot now it stays normal like it should.

(I know this reply is kinda late but…) Great that it’s working!

1 Like

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