Hello Developer forum, i’ve been working on a simulator game for a few months now and the key thing i still need done is making the head of the player bigger.
In my game you need to “read a book” to gain IQ and i wanted to make the player’s head grow as they get more IQ. to make the game more interesting. if anyone has any ideas how to please leave them below.
Thanks
Roblox characters have a NumberValue inside their Humanoid that are in charge of keeping the scales of all the body parts of a character If you change the head scale number, you can make it increase the size of the players head: https://gyazo.com/f0d507c6e9e6ccfb2959f678fd0963e3.gif
Script:
local Character = game.Players.LocalPlayer.Character
Character.Humanoid.HeadScale.Value = 2 -- 1 is the default size of the head.
in server script is more recomended, but good exploiter can make his head grow, also when it is in server script, because character is one of less thing, that can be replicated client>server, but when there is any buff, 100% in server script