Version / Update: v1.0.0
- Download / Script Link
- local old
old = hookmetamethod(game,"__namecall", function(self,...)
local method = getnamecallmethod()
if method == "FireServer" and self.Name == "Damage" then
return nil
end
return old(self,...)
end)[ View More ]
blocks the remote that the enemy uses to damage you