Sonic Speed Simulator Script | INSTANTLY GET 7,500 CHILI DOGS, UNLOCK ALL PRIZES

Created by OMGIMPOPCORN

Features:

  • INSTANTLY GET 7.5K CHILI DOGS
  • UNLOCK ALL PRIZES
for joe = 1, 200 do
  task.wait()
      for i,v in pairs(workspace:FindFirstChild("World Currencies"):GetChildren()) do
          if not v:FindFirstChild("outer") and not v:FindFirstChild("ring") then
             game:GetService("ReplicatedStorage").Knit.Services.WorldCurrencyService.RE.PickupCurrency:FireServer(v.Name)
          end
      end
end