1. while true do
  2. local args = {
  3. [1] = {
  4. ["Value"] = 1000,
  5. ["Type"] = "Collect"
  6. }
  7. }
  8. game:GetService("ReplicatedStorage"):WaitForChild("DropEvent"):FireServer(unpack(args))
  9. Wait(0.1)
  10. end