Advertisement
cat568

Untitled

Mar 16th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local subject = "Tabby_cxt"
  2.  
  3. for x = 1,100 do
  4. un = game.Workspace[subject]:GetChildren()
  5. for i = 1,#un do
  6. un[i].Archivable = true
  7. end
  8. c = game.Workspace[subject]
  9.  
  10. c.Archivable = true
  11. a = c:Clone()
  12. a.Parent = game.Workspace
  13. a:MakeJoints()
  14. a:MoveTo(c.Torso.Position)
  15. end
  16.  
  17. --meidafire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement