Constant output spam by studio?

So hi guys, today I was just doing some development in studio, when I happened to open up my output window, and there’s some kind of tracker that’s printing out my mouse and key inputs, both when testing and when simply having the viewport open.

I mean, not only is it insanely creepy, its also annoying to have my useful outputs get lost in the spam by the… whatever’s causing it.

I’ve tried disabling, re-enabling and even uninstalling my plugins, but that didn’t seem to fix the problem. Besides, I’m pretty sure all my plugins are trusted and I don’t think it’s them that’s causing this issue anyway. I’ve tried relaunching studio as well as opening brand new places, and the issue seemed to persist even on empty baseplates when I haven’t even enabled any plugins.

I haven’t noticed any other unusual behavior aside from this, but it’s pretty annoying nevertheless. Can anyone give me any insight into what’s going on? Thanks.

1 Like

Press CTRL + SHIFT + F and search for the keyword “print” and remove any prints you see that arent necessary.

There is probably a script that is detecting your mouse position and what keys you pressed and it is printing it.

2 Likes

Apparently, it is printing them even when you didn’t launch the game? (Via studio.)

1 Like

Yes, exactly, whether the game is launched or not, they are still printed, even in an empty baseplate without any script with all plugins disabled

The place I’ve shown is an empty baseplate and all plugins are disabled, so its not a script that I put or a plugin put.

Did you make any recent plugins? Other than that, I don’t know what might be. Try accessing your Plugins folder and see what’s there.

1 Like

Did you make any local plugins that doesn’t have a toolbar button? Check your plugin folder for any .lua files or any rbxmx files

1 Like

I haven’t made any plugins recently, and my plugins folder is empty. :frowning:

I think this is something caused by studio itself, but I’m not sure.

The fact it only happens in the viewport means it’s most definitely a plugin, as inputs are only traced in the viewport for plugins. I would double check your plugins

1 Like

I don’t really think it’s a plugin, because this happens in a brand new baseplate even when i have not enabled any plugins.

But here's my list of plugins:

I have a feeling that it is EventDiagnostic, as it sounds like a plugin to diagnose events such as what you are experiencing with it detecting UserInputService events. Try disabling that, and relaunching studio.

Plugins run on studio start, not when you click the toolbar button. The plugin script is what makes the toolbar button.

Edit: 100% sure it is it, checked the plugin code and that’s the functionality.

2 Likes

It may be a Plugin that you created. Try going into Plugins tab and then select Plugins Folder. Check if there’s the Plugin that’s causing the “spam”.

1 Like

Thank you very much for the help everyone, the issue has been resolved