I wanted to move the player’s appearance to the R15 Dummy. I saw a forum that has the same topic that I have I did what the solution said but it didn’t work as I expected.
here is my script:
userIdTextBox.FocusLost:Connect(function(enter)
if enter then
print("enter")
local appearanceModel = Players:GetCharacterAppearanceAsync(userIdTextBox.Text)
appearanceModel.Parent = r6 --originally it was r6 i switched to r15 cuz i noticed the appearanceModel's children are for r15
end
end)
Explorer:
Also while I was taking the screenshots above I notice an error appeared. I don’t know what is it.
Workspace | Roblox Creator Documentation is unscriptable, notice the warning you got.
I think this might be caused by the Dummy’s model not being the same as they use right now, as if I am right roblox’s character spawner is outdated.
As they use a mesh for the head instead of a mesh part.
Note I am assuming this as I am unable to see if you do or do not have a meshpart as the head of the player.
I still don’t understand I thought of a solution by getting players UserId through the textbox and somehow getting its HumanoidDescription and applying it to the dummy but I don’t know how to script it