while true do local items = { "block_1", "wing_1", "fuel_1", "propeller_1", "seat_1", "fuel_2", "wing_2", "fuel_3", "propeller_2", "balloon", "boost_1", "missile_1", "shield" } for i, item in ipairs(items) do local args = {item} game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("ShopEvents"):WaitForChild("BuyBlock"):FireServer(unpack(args)) end task.wait(1) end