#Morph into character on play script makes me stuck in the void
1 messages · Page 1 of 1 (latest)
You meant gemini?
let me check
** You are now Level 1! **
replace targetDescription with
local targetDescription = Players:GetHumanoidDescriptionFromUserIdAsync(TARGET_USER_ID)
remove the characteraudoloads line, remove player:loadcharacter line
replace everything inside the characteradded with
local targetDescription = plr:GetHumanoidDescriptionFromUserIdAsync(TARGET_USER_ID)
humanoid:ApplyDescriptionAsync(targetDescription)
local humanoid = character:WaitForChild("Humanoid")
local targetDescription = Players:GetHumanoidDescriptionFromUserIdAsync(TARGET_USER_ID)
humanoid:ApplyDescriptionAsync(targetDescription)
np
how do i morph the character into r6