ADVERTISEMENTREMOVE ADS
Game icon

Inf Stamina

[ALPHA] 🎄 Forsaken•
5 months ago
Script preview thumbnail
Script Preview

Description

just a simple inf stamina for forsaken

ADVERTISEMENTREMOVE ADS
21 Lines • 628 Bytes
Verified
Raw
local ReplicatedStorage = cloneref(game:GetService("ReplicatedStorage"))
local module = require(ReplicatedStorage.Systems.Character.Game.Sprinting)
module.StaminaLossDisabled = true
module.Stamina = math.huge
module.CanSprint = true
module.DefaultConfig.StaminaLossDisabled = true
module.DefaultConfig.MinStamina = math.huge
module.DefaultConfig.MaxStamina = math.huge
module.DefaultConfig.StaminaLoss = 0
local old = module.Init
module.Init = function(...)
local result = old(...)
module.StaminaLossDisabled = true
module.Stamina = math.huge
module.CanSprint = true
return result
end
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
ch

when u use ts it just slows you down

0
0
Im

@christianrahhh2 fixed

0
0
ADVERTISEMENTREMOVE ADS