Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why doesnt players character change its size?

Asked by 5 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.
function PlayerSize()  
    local Size = 10    
    local humanoid = plr.Character.Humanoid    
    if humanoid then    
        humanoid.HumanoidDescription.HeightScale = Size    
    end 
end

1 answer

Log in to vote
0
Answered by
mc3334 649 Moderation Voter
5 years ago

Make sure under game settings, your player settings are set to R15 as R6 doesent support height.

Ad

Answer this question