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