Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How would I make this have a command?

Asked by
FiredDusk 1466 Moderation Voter
9 years ago

I want a person to say ";Clone me" so is clones them.

workspace.Player.Archivable = true -- makes us able to clone it
local char = workspace.Player:Clone() -- clones player
char.Parent = workspace -- parents it to workspace
char:MoveTo(workspace.Player.Torso.Position) -- moves to player
0
you can make a simple one that when you say ":clone" it clones the player who said it but if you wanted to make one so when the player says ":clone plr", it'll be more complex and I don't feel like making it. ObscureEntity 294 — 9y

Answer this question