Debris MaxItems still in effect despite being deprecated

We are likely going to deprecate Debris entirely as it has numerous implementation problems and is not more efficient (in fact, far less efficient) than the equivalent Lua code:

task.delay(lengthOfTime, function()
    instance:Destroy()
end)

We recommend using this from now on instead.

27 Likes