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

How do I clone myself?

Asked by 10 years ago

I know how to clone parts but I want to be able to clone NPCs/Humanoids etc. I need anyone's help. Would it be something like this??? (This is gonna be like use admin commands)

while true do :ls game.Workspace.hypersonicpie:clone().Parent = game.Workspace wait(1) end

4 answers

Log in to vote
-1
Answered by 10 years ago

Do what everyone said or:

game.Workspace.YourUserNameHere:Clone().Parent = Workspace
Ad
Log in to vote
-1
Answered by 10 years ago
local clonedCharacter = game.Players.YourNameHere.Character:Clone()
clonedCharacter.Parent = Workspace
clonedCharacter:MakeJoints()
Log in to vote
-3
Answered by 10 years ago

No just follow this:

1.Open ROBLOX Studio 2.Log In and do your mode (Buil or Edit) 3.The open Workspace 4.Look for your username and double click-it 5.You will have all your body parts and etc. 6.Highlight them and open Propreties 7.Anchor them 8.Close propreties and copy all your body parts that you highlighted 9.Past it in Workspace (Click workspace then you paste) 10.Then ungroup it

0
No, I want a script -.- hypersonicpie 0 — 10y
0
Too bad for you then!I tried to help you friendlycoralie 5 — 10y
Log in to vote
-3
Answered by
funzrey 58
10 years ago

Heres the Script..

copy=game.Workspace.hypersonicpie:clone()
copy.Parent = game.Workspace
copy.Name = "Hypersonicpie Clone"
copy.Posistion = Vector3.new(0, 0, 0)

Let me explain this, copy is a variable that was created as a model once it equaled the clone Soon i'll have your own admin command set up to clone ONLY you

0
No, I want a script -.- hypersonicpie 0 — 10y
0
Fine, Im editing it for you >:) funzrey 58 — 10y
0
oh and to execute admin commands, You cant, you gotta do it yourself or use my script. funzrey 58 — 10y
0
Its not LocalScript Either -.- funzrey 58 — 10y

Answer this question