local startPlot = 300 local endPlot = 2000 for i = startPlot, endPlot do local args = { [1] = "Land" .. i } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("BuyLand"):FireServer(unpack(args)) end