Find any script for Roblox

Enter the name of the game or script.

Script – Walk or Die Stamina

Thank you for using our website
Your script:

NO KEY

local eventbypass
eventbypass = hookmetamethod(game, "__namecall", function(self, ...)
    local method = getnamecallmethod()
    local args = {...}
    if not checkcaller() and self.Name == "Reliable" and method == "FireServer" and args[1]["f"][1][1] == true then
        return 
    end
    return eventbypass(self, ...)
end)