local rs=game:GetService("RunService")
local plr=game.Players.LocalPlayer
for _,v in pairs(workspace:GetDescendants()) do if v:IsA("Seat") then v.Disabled=true end end
if plr.Character and plr.Character:FindFirstChild("CatchRight") and plr.Character:FindFirstChild("CatchLeft") then
local cl=plr.Character['CatchLeft']
local cr=plr.Character['CatchRight']
for _,v in pairs(workspace:GetChildren()) do
if v.Name=="Football" then
firetouchinterest(cl,v,0)
firetouchinterest(cr,v,0)
firetouchinterest(cl,v,1)
firetouchinterest(cr,v,1)
if cl.Size~=Vector3.new(_G.reach,_G.reach,_G.reach) then
cl.Size=Vector3.new(_G.reach,_G.reach,_G.reach)
if cr.Size~=Vector3.new(_G.reach,_G.reach,_G.reach) then
cr.Size=Vector3.new(_G.reach,_G.reach,_G.reach)