Should i be worried about this?

Every time i stop a test on my testing place, this appears on the output:


Is it possible that my place got infected by malicious scripts?

(this is the best category i found to post this)

I believe that’s Kohl’s Admin but to be sure, you should check every script in your game to make sure none of them are malicious. You can get all of the scripts in your game by running this in your command bar and checking each one for malicious code:

for i,v in pairs(game:GetDescendants()) do
	pcall(function()
		if v:IsA("LuaSourceContainer") then
			print(v:GetFullName())
		end
	end)
end
4 Likes

You may be infected but if you are unsure, download a plugin called ro-defender which will check to see for any hidden viruses in your game and then move them to serverstorage!

1 Like

It could be a malicious script or plugin. There is a very handy plugin that was made by @Christbru01 that scans for these plugins and scripts and removes them, and lets you know what plugin is infected (if a plugin is infected at all).

If it isn’t a plugin then there’s a great plugin that can scan for in-game viruses, even if it is kind of archaic. It’s called Ro-Defender and can detect known viruses that would normally be inserted with free models.

https://www.roblox.com/library/142273772/Ro-Defender-Plugin-v8-7