I’m kind of new to python, I’m trying to make a little game in pygame, in which I have a “hunger bar” which go down over time, I was trying to look for a module or function that every x seconds change the variable “hunger” but each one that I have found stop all the code untill the clock runs out. Anyone has an idea of how can I get this to work ?