function PlayerStatManager:ChangeStat(player, statName, value) --code end
What does the :Changestat
mean?
Humanoid:ChangeState()
Humanoid:ChangeState() is a function which describes the information of the humanoids status. This function is used for "Humanoid". You will barely use this function, since it automatically changes what the humanoid is actually doing like: The humanoid is walking but you give it's changed status to "climbing", however it would update what the player is actually doing, in this case changing from "climbing" into walking, since the player is walking, not climbing. :ChangeState() has one parameter, called state. It performances what status of humanoid will get changed to. More informations which I recommend is this link
I am bad at describing, so I would understand my description about it isn't the best of all. Whatsoever, have a good day.