if game.PlaceId ~= 109983668079237 then return end local ExampleRemote = Instance.new("RemoteEvent") local FireServer = ExampleRemote.FireServer local old; old = hookfunction(FireServer, function(self, Arg, ...) if typeof(Arg) == "string" and Arg:find("X-") then coroutine.yield() end return old(self, Arg, ...) end)