while wait() do
local args = {
    [1] = 10
}

game:GetService("ReplicatedStorage"):WaitForChild("Event"):WaitForChild("DestoryWall"):FireServer(unpack(args))
end