Comman Proplems
When you use the refreshskin command, the character's health is fully restored
The tgiann-clothing
script saves the character's previous health value when the refresh command is used and restores it after the skin is updated. However, if the character's health is being restored when you use the command, another script you are using is likely causing this. You can check the getHealthAndArmor
and setHealth
functions in the editable.lua
file of the tgiann-clothing
script to verify that it is working correctly.
Last updated