Football Fusion Mag Script

Uploaded On
Script Credit :- magnetwashere
Features

Script

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

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)

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors