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

How can i change a players BodyHeightScale using a Local Script?

Asked by 2 years ago

Hi, Im wondering if theres a way to change a players BodyHeightScale with a local script, i been having trouble and i copy and pasted the code in a server script and it works but i dont want to make it server sided i want it to be local sided please help.

0
just figured it out andioopmyson12 23 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago

Here

        game.Workspace.Chars.Boy.Humanoid.BodyHeightScale.Value = game.Workspace.Chars.Boy.Humanoid.BodyHeightScale.Value + 0.05
            game.Workspace.Chars.Boy.Humanoid.AutomaticScalingEnabled = false
        game.Workspace.Chars.Boy.Humanoid.Sit = true
        wait()
            game.Workspace.Chars.Boy.Humanoid.AutomaticScalingEnabled = true
        game.Workspace.Chars.Boy.Humanoid.Sit = false
Ad

Answer this question