1 messages · Page 1 of 1 (latest)
Sending in the images rq
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
So that means that the 0 is the minum then?