TheCodeFinder45

Cleanup Script - ROBLOX Script

Oct 20th, 2013
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. -Script by thecodefinder45
  2. --Goto line 8 and replace "YOUR NAME HERE" with "<Your name>"
  3.  
  4.  
  5. p= game.Workspace:GetChildren()
  6. for i= 1, #p do
  7. if p[i].className == "Part" then
  8. if p[i].Name ~= "stoneminer02" then
  9. p[i]:remove()
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment