1 | function 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!