these are copy pasted from the module script too
Everything is working on my end.
Does it not scan for any object like scripts or only models?
Created a new script which contains the default print line.
Can you send what code your using?
Ignore āMainServerā.
local virusModule = require(script.ModuleScript) --Change the path to the ModuleScript instance here.
for _, Object in ipairs(game:GetDescendants()) do
if table.find(virusModule, Object.Name) then
print(Object.Parent)
end
end
The ModuleScript is the same as the one you provided.
does the script have to be in serverscriptservice?
No, but I canāt assist you with debugging any further, sorry.