View difference between Paste ID: S0q0KB2Y and yaN8zxB1
SHOW: | | - or go back to the newest paste.
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