my sprint system works just fine, alongside all the values i create in the playervaluehandler. for some reason of neither the stamina or hunger will the text update and the hunger system is just really weird. my main concern is making the text update i'll talk about the hunger later
#text wont update and hunger system is broken
1 messages · Page 1 of 1 (latest)
heres what it looks like ingame btw just the default text doesnt update all all for some reason
im not sure if the sprint system is working properly and im just trying to get this text working so i can easily see the values (and for gameplay obviously)
You're modifying the ui inside startergui, this isn't the ui the player sees
You need to modify the stuff in playergui
player.PlayerGui
Everything in startergui is replicated to the playergui when your character loads
mb i forgot
the stamina works now
i changed the 'gui' variable on the hunegr handler to do the same though that one doesnt seem to work
the hunger number does appear when it reaches 0 for some reason
let me place the text code ontop
alright the hunger functions