What is printing 0.5, 0.5 in the output on game startup?

Well this has been happening for quite a while now, and I’m sure a lot of people have noticed it, but I’ve always wondered what it was that is printing “0.5, 0.5” in the output when the game starts. It prints in both the server and the client, and hovering over the print doesn’t give a source for where the output is coming from. I’m guessing it’s a Vector2 value from the way it’s formatted, but I don’t really know.

It looks like this:
Weird print

Doesn’t really matter if this gets answered or not, I’m really just curious to know where this is coming from, lol.

When you click on those output messages, it should open the script that printed it. Assuming the script doesn’t delete itself after printing and the script isn’t a plugin.

Clicking on the print only opens a new studio baseplate, which is so weird. That is a blank baseplate, and usually hovering over the print gives the source code. This does not.

Also, this is printed in multiple games as well if you open the console in any game. You can see 0.5, 0.5 at the top of the output in every roblox game on the client’s side.

It could be a coincidence though, I’ll try turning off my plugins.

You mean live games outside of studio?

Yes live games outside of studio. That must’ve been a huge coincidence though because I turned off my plugins and it didn’t print lol, so it turned out to be just a plugin.

Studio plugins shouldn’t be able to affect live games(unless they’re malicious or if they add a script into the game), so if turning off your plugins fixed the issue, this sounds really concerning.

Yes it’s really weird, this used to print in my live games as well. I’ve also seen it in some other games on roblox, but I don’t know which games in specific, I just remember opening the console and seeing 0.5, 0.5 at the top thinking it was a roblox core script or something.

Is the Interface Tools plugin, when I deactivate it nothing appears

3 Likes