Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait()
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("BasePart") then do
- local n = v:Clone()
- n.parent = v.parent
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement