local lvl = 1 while true do local args = {lvl} lvl = lvl + 1 args[1] = lvl game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("Net"):WaitForChild("RE/StageComplete"):FireServer(unpack(args)) wait(1) end