Need help getting this GUI off screen

I’ve recently been working on this game and everything is running smoothly but I noticed that when I load in this horrible looking gui pops up on my screen and although it is helpful It throws off the game and makes it look extremely unprofessional, I want to know how i can get this off my screen especially since I have a UI designer working on my game UI, I do not want this.

Did you insert a free model datastore? If so, then this is the problem.

Possibly, How do I check and remove it?

Do you know what free models you inserted?

As @2jammers and @GamingLamaWasTaken have said, yes its 100% possible that it is a free model that has been inserted somewhere inside your game. The best option that I can give you is just check through the services, example: Workspace. If there is something fishy or something you haven’t seen before it could be the horrible look GUI.

Try pressing Ctrl+Shift+F (or open Find All/Replace All widget) and look for Instance.new(“Message” (yes, without the parenthesis).

Thank you so much!!!

1 Like