#The Water when value set to below 100 makes the script think its negative

1 messages · Page 1 of 1 (latest)

tardy spear
#

Sending in the images rq

astral kraken
#

thirst.Value = math.clamp(thirst.Value + thirstGain, 0, 33)

#

Your max value is 33 so it goes down much quicker than if it was 100

#

If that was intentional I would try and work your logic around your max being 33

tardy spear
#

So that means that the 0 is the minum then?