alt.resetStat
Resets a stat back to the default value for the client.
Stat Names
flying_ability
lung_capacity
shooting_ability
stamina
stealth_ability
strength
wheelie_ability
Declaration
alt.resetStat(statName: StatName): void
Usage
alt.resetStat('flying_ability');
Real World Example
alt.resetStat('flying_ability');
These examples assume you have imported alt
from alt-client
.