Warning: Cannot modify header information - headers already sent by (output started at /home/scribcjm/public_html/includes/header.php:310) in /home/scribcjm/public_html/script.php on line 17
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local sprintRemote = ReplicatedStorage.remotes.RequestSprintAction
local old
old = hookmetamethod(game, "__namecall", function(self, ...)
local method = getnamecallmethod()
if method == "FireServer"
and self == sprintRemote
and select(1, ...) == "SpeedTarget"
then
return old(self, "SpeedTarget", 0)
end
return old(self, ...)
end)