#what is wrong with this local script
1 messages · Page 1 of 1 (latest)
local plr = game.Players.LocalPlayer
local pos = workspace:WaitForChild("PlayerCharacterOnMenuPosition")
local function cloneForMenu()
local character = plr.Character
if character and character:IsA("Model") then
local clone = character:Clone()
local root = clone:FindFirstChild("HumanoidRootPart")
root.Anchored = true
root.CFrame = pos.CFrame
clone.Parent = workspace
end
end
wait(0.5)
cloneForMenu()
im trying to clone the character for a menu screen
** You are now Level 1! **
there just follow those instoins it should work if not idk
np
yh if u want it r6 just intert a new rig and make sure u game setting are set to r6
Make sure to make the character archivable