--BROUGHT TO YOU BY RobloxScripter.com!--
local func;
for i,v in next, getgc(true) do
if type(v) == 'function' and islclosure(v) and not is_synapse_function(v) and getinfo(v).name == 'collect' then
func = v
end
end
for i,v in next, workspace.Drops:GetChildren() do
func(v)
end