while wait() do for i,v in pairs(game:GetService("ReplicatedStorage").Knit.Services.WorldCurrencyService.RF.GetRegistry:InvokeServer()) do for i,b in pairs(v) do if type(b) == "string" and string.len(b) > 20 then game:GetService("ReplicatedStorage").Knit.Services.WorldCurrencyService.RE.PickupCurrency:FireServer(b) end if type(b) == "table" then for i,c in pairs(b) do if type(c) == "string" and string.len(c) > 20 then game:GetService("ReplicatedStorage").Knit.Services.WorldCurrencyService.RE.PickupCurrency:FireServer(b) end end end end end end