local ReplicatedStorage = game:GetService("ReplicatedStorage") local ClaimChest = ReplicatedStorage:WaitForChild("Packages") :WaitForChild("Knit") :WaitForChild("Services") :WaitForChild("ClaimService") :WaitForChild("RE") :WaitForChild("ClaimChest") while wait(0.2) do for _ = 1, 30 do ClaimChest:FireServer() end end