Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local parts = game.Workspace:GetChildren()
- local yourname = reset4852258
- for i=1, #parts do
- if parts[i].ClassName == "Model" then
- if parts[i].Name ~= yourname then
- parts[i]:Destroy
- end
- end
- end
Add Comment
Please, Sign In to add comment