How to clear terrain with exhausting execution timer

I am trying to clear a map’s worth of terrain using game.Workspace.Terrain:Clear() but this function winds up exhausting the script execution time because of how long it takes. Is there a better way to clear a whole map of terrain relatively quickly without yielding for so long that it breaks the entire game?

You can probably Clear out certain chunks instead of the whole thing