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
Do what everyone said or:
game.Workspace.YourUserNameHere:Clone().Parent = Workspace
local clonedCharacter = game.Players.YourNameHere.Character:Clone() clonedCharacter.Parent = Workspace clonedCharacter:MakeJoints()
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
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