cat568

Untitled

Mar 30th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local subject = "Tabby_Cxt"
  2. while true do
  3. for x = 1,1 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. Mr = game.Players[subject].Character
  10. c.Archivable = true
  11. a = c:Clone()
  12. a.Parent = game.Workspace
  13. a:MakeJoints()
  14.  
  15.  
  16. a:MoveTo(Mr.Torso.Position)
  17. wait(1)
  18. end
  19. end
  20.  
  21. --meidafire
Add Comment
Please, Sign In to add comment