Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -Script by thecodefinder45
- --Goto line 8 and replace "YOUR NAME HERE" with "<Your name>"
- p= game.Workspace:GetChildren()
- for i= 1, #p do
- if p[i].className == "Part" then
- if p[i].Name ~= "stoneminer02" then
- p[i]:remove()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment