For example :
Health = 300, MaxHealth = 300
Humanoid:TakeDamage(5)
Health = 95, MaxHealth = 300
It’s like MaxHealth is equal to 100
For example :
Health = 300, MaxHealth = 300
Humanoid:TakeDamage(5)
Health = 95, MaxHealth = 300
It’s like MaxHealth is equal to 100
youre probably changing the max health on the client
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.