Advertisement
NAZZYRIPPY12

Untitled

Dec 19th, 2022 (edited)
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. plr.Character:FindFirstChild("CatchRight") and plr.Character:FindFirstChild("CatchLeft") then
  2.        local cl=plr.Character['CatchLeft']
  3.        local cr=plr.Character['CatchRight']
  4.        for _,v in pairs(workspace:GetChildren()) do
  5.            if v.Name=="Football" then
  6.                firetouchinterest(cl,v,0)
  7.                firetouchinterest(cr,v,0)
  8.                task.wait()
  9.                firetouchinterest(cl,v,1)
  10.                firetouchinterest(cr,v,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement