Strength & Stamina

Hello, I would like to know how to set the Strength and the stamina to the players in game please ? Thank you :slight_smile:

StatSetInt("MP0_STAMINA", 100, true) For setting their stamina to 100, and for strength i think it is:
StatSetInt("MP0_STRENGTH", 100, true)

Thank you Illusive it work :smiley: I was trying SP0 but it seem to be to another character :stuck_out_tongue:

Can these values go over 100?