vurryman Posted October 6, 2023 Posted October 6, 2023 Game.InfiniteStamina(true)Game.ModStatPlayer(Stamina, x) Both codes do not work.
Ahmunet Posted October 6, 2023 Posted October 6, 2023 Try these: Game.GetStatsSystem():AddModifier(Game.GetPlayer():GetEntityID(), RPGManager.CreateStatModifier("Stamina", gameStatModifierType.Additive, 100))
Recommended Posts