#I'm making a Roblox system where clicking a part gives the player a uniform.
1 messages · Page 1 of 1 (latest)
Hello.
I'm making a Roblox system where clicking a part gives the player a uniform.
The layered clothing works correctly using HumanoidDescription (shirt and pants IDs with 14 digits).
However, the face is not changing.
I tried two methods:
- Setting desc.Face = 277950647 with HumanoidDescription
- Changing the Head face decal texture to rbxassetid://277950647
Neither method changes the face.
The clothing applies correctly, but the face stays the same.
Game avatar type is set to R6 in Game Settings.
Is this possibly caused by Dynamic Heads or a conflict with layered clothing / HumanoidDescription?
What is the correct way to force a face change when using HumanoidDescription and layered clothing?
I don't speak English. I'm using AI to translate my messages, sorry if something is wrong.
.
can you show me the character after clicking the part?
Está bem
** You are now Level 1! **
The head kinda looks like a dynamic head. If it is try setting desc.Head = 0 too?