www.roblox-scripter.com

Script – The wild west

Thank you for using our website
Your script:

				
					local rs = game:GetService("RunService")
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
				
			

How about trying out new scripts?