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

How would I change the NumberValues in the R15 Humanoid?

Asked by
Hydrogyn 155
8 years ago

When I am saying ' NumberValues in the R15 Humanoid ' I mean the scaling of your character, so what I am asking for is that is it possible to change the Scaling NumberValues by using a script?

0
yes bossay8 8 — 8y

1 answer

Log in to vote
0
Answered by
Hydrogyn 155
8 years ago
1function onPlayerEntered(player)
2    repeat wait (0.5) until player.Character ~= nil
3    player.Character.Humanoid.BodyDepthScale.Value = 0.90000000000000002
4    player.Character.Humanoid.BodyHeightScale.Value = 0.75
5    player.Character.Humanoid.BodyWidthScale.Value = 0.80000000000000004
6    player.Character.Humanoid.HeadScale.Value = 0.9
7    player.CharacterAdded:connect(function (char)     char.Humanoid.INSERT_VARIABLE_HERE.Value = INSERT_NUMBER_VALUE_HERE end) end game.Players.PlayerAdded:connect(onPlayerEntered)

Already Answered by ryrycat101, by using Lua Scripting Helping Group thing.

Here's what he gave me just incase if you want to use this script in your game!

0
[ Put a script in the workspace then copy this into the script ] Hydrogyn 155 — 8y
0
Link to the Lua Scripting Helping group: https://www.roblox.com/My/Groups.aspx?gid=3020290 Hydrogyn 155 — 8y
Ad

Answer this question