Categories > Exploiting > Scripts >
clone script?
Posted
is have someone clone script?
Replied
If you're going to clone yourself:
local char = game:GetService('Players').LocalPlayer.Character;
if (char) then
     char.Archivable = true;
     char:Clone().Parent = char.Parent;
     char.Archivable = false;
else
    warn('You\'re not spawned in!');
end
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post