HeadScale does not work on R6

local HumanoidDescription = Humanoid:GetAppliedDescription()

HumanoidDescription.HeadScale = 5

Humanoid:ApplyDescription(HumanoidDescription)

The head is staying the same on my character. ApplyDescription is 100% being applied, as the HumanoidDescription is destroyed and recreated. This code works on R15 characters, but not R6 for some reason

1 Like

R6 doesn’t support character scaling.