Football Fusion Mag Script | CATCH BALL

Png-31.png

Created by noend

Features:

  • yeah this only works from a certain distance but like its useful for catching so yea
  • no keypress or anything, just click when ball is close to you and it’ll maybe catch it from a farther distance
local plr = game.Players.LocalPlayer
local rs = game:GetService("RunService")

function magBall(ball)
   if ball and plr.Character then
       firetouchinterest(plr.Character["Left Arm"], ball, 0)
       task.wait()
       firetouchinterest(plr.Character["Left Arm"], ball, 1)
   end
end

rs.Stepped:Connect(function()
   for i,v in pairs(workspace:GetChildren()) do
       if v.Name == "Football" and v:IsA("BasePart") then
           local mag = (plr.Character.Torso.Position - v.Position).Magnitude
           magBall(v)
       end
   end
end)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ