Categories > Exploiting > Scripts >

clone script?

Posts: 15

Threads: 11

Joined: Jun, 2018

Reputation: 0

Posted

is have someone clone script?

  • 0

Posts: 42

Threads: 17

Joined: Apr, 2018

Reputation: 0

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
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )