Hi,
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.
thanks in advanced