hawoody

Clear workspace

Apr 24th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local parts = game.Workspace:GetChildren()
  2. local yourname = reset4852258
  3. for i=1, #parts do
  4. if parts[i].ClassName == "Model" then
  5. if parts[i].Name ~= yourname then
  6. parts[i]:Destroy
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment