Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function scan(p)
- for i,v in pairs(p:GetChildren()) do
- if v.Name == "CONV" then
- v:Destroy()
- end
- scan(v)
- end
- end
- scan(workspace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement