#Morph into character on play script makes me stuck in the void

1 messages · Page 1 of 1 (latest)

neon lava
#

i inserted this script from google's ai to morph my character into builderman when you join the game, but this makes my character stuck for some reason

signal flame
#

You meant gemini?

neon lava
#

yeah gemini or something

#

im bad at scripting

#

no idea what is causing the issue

signal flame
#

What caused it

neon lava
#

let me check

astral spindleBOT
#

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

neon lava
#

im trying to simplify this to one script only

shut glacier
neon lava
#

the entire line?

#

what do i do next

shut glacier
# neon lava what do i do next

replace targetDescription with

local targetDescription = Players:GetHumanoidDescriptionFromUserIdAsync(TARGET_USER_ID)
neon lava
shut glacier
# neon lava

remove the characteraudoloads line, remove player:loadcharacter line

replace everything inside the characteradded with

local targetDescription = plr:GetHumanoidDescriptionFromUserIdAsync(TARGET_USER_ID)
humanoid:ApplyDescriptionAsync(targetDescription)
neon lava
shut glacier
# neon lava
local humanoid = character:WaitForChild("Humanoid")
local targetDescription = Players:GetHumanoidDescriptionFromUserIdAsync(TARGET_USER_ID)
humanoid:ApplyDescriptionAsync(targetDescription)
neon lava
shut glacier
neon lava
#

oh sick it works now

#

thank you so much

shut glacier
#

np

neon lava