Advertisement
Vzurxy

Game Clear

Mar 15th, 2020
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. require(4589300307)()
  2.  
  3. for i,v in pairs(game:GetDescendants()) do
  4.     if not v:IsA("Terrain") then
  5.         pcall(spawn, function()
  6.             v:Destroy()
  7.         end)
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement