On-going issue that I'm unable to fix | Assistance Needed!

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I personally don’t want this showing up on my developer console.

  2. What is the issue? The issue is that I’ve accidentally inserted a free model, and I’m unable to locate it. I’ve been searching through scripts and yet again, unable to find underlining cause of the issue.

  3. What solutions have you tried so far? I’ve personally tried looking through my scripts and was unable to locate the script/Gui. Any help would be appreciated.

ctrl+shift+f and type in “TopbarPlus”, should show up with the lines of code that are printing that.

Unfortunately, that didn’t work. I’m wondering if you have any other ideas in regards to this.

How often do you use module scripts? Maybe you can try to search for “require(” (with the parenthesis) and check all scripts that have that function. If there is a require that you do not recognize delete it, and after you’re finished with all scripts test.

1 Like

if you click the message in the debug console in studio it should take you to the script that prints the message, you could also type “script” int the explorer which will show you all the scripts in your game

1 Like

And where is the “debug console” located? I’m not too familiar with Roblox Studio.

They mean the output window, at the top of Roblox Studio it’s: View->Output

That didn’t work sadly, I’m still quite confused on what’s causing the print message to show. I’d assume it’s via a script, which I’m unable to find.

What do you mean, it doesn’t show up in the output window?

Yeah, it doesn’t show up. I have no clue as to why.

Try searching for IsStudio instead. That, or try searching isEdit. That’s one way they can detect if u are in studio, so they don’t show the text

Edit: It ended up being a loadstring not any of the above. Always look out for loadstring :slight_smile:

Yeah no, that doesn’t seem to be working either.