Advertisement
mr2meows

title

Mar 12th, 2023 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while true do
  2. wait()
  3. for i,v in pairs(workspace:GetDescendants()) do
  4. if v:IsA("BasePart") then do
  5. local n = v:Clone()
  6. n.parent = v.parent
  7. end
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement