NFL Tycoon Event Script | COLLECT ALL FOOTBALLS

Created by 30shots

Features:

  • COLLECT ALL FOOTBALLS
  • literally just teleports you to all the football locations
local folder = game:GetService("Workspace").Collectathon
local wrd = "Football"

local function getAllFB()
   for i = 1,56 do
       wait(1)
       game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(folder[wrd..tostring(i)].Position)
   end
end

getAllFB()