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

How Would i resize my characters width and depth but not height and head size?

Asked by 4 years ago

how can you resize your characters depth and width? my basic under standing is this:


local plr = game.Players.LocalPlayer local char = plr.Character local hum = char.Humanoid local width = hum.BodyWidthScale.Value local depth = hum.BodyDepthScale.Value depth = 0.1 width = 0.1
0
Indirect value changing. Assign the variables to the actual value instances, then assign said number(s) to [variable].Value. DeceptiveCaster 3761 — 4y

Answer this question