while true do local args = {"Gift5"} game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Gift"):FireServer(unpack(args)) local args = {"Gift6"} game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Gift"):FireServer(unpack(args)) task.wait(0.1) -- Wait for 0.1 seconds before the next iteration end