Created by Amity
Features:
- INF STAMINA
local data = getrawmetatable(require(game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("System"):WaitForChild("ReplicatedState"))).__index.State
local con = rs.Heartbeat:Connect(function()
data.Stamina = 100
end)
getgenv().unhook = function()
getgenv().unhook = nil
con:Disconnect()
warn("Disconnected Connection:",con)
end
ENJOY!