#what is wrong with this local script

1 messages · Page 1 of 1 (latest)

round field
#

it always says like attempt to index nil with findFirstChild, waitforchild or other stuff but i have the things.

#

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()

maiden mantle
round field
#

im trying to clone the character for a menu screen

maiden mantle
umbral juniperBOT
#

studio** You are now Level 1! **studio

maiden mantle
#

there just follow those instoins it should work if not idk

round field
#

ok

#

thanks it worked

maiden mantle
#

np

round field
#

oh nvm it looked R15

#

roblox bug ig

maiden mantle
#

yh if u want it r6 just intert a new rig and make sure u game setting are set to r6

tacit cape