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.