for i = 1, 2e3 do local args = { [1] = math.huge, [2] = math.huge } game:GetService("ReplicatedStorage").Remotes.ApplyBoost:FireServer(unpack(args)) end