I used this script and it did not work
game.Workspace.Theevanegps:clone()
And it did not work
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