TEXT 275
Nfl tycoon script By venuslock on 20th January 2023 01:44:56 PM
  1. local folder = game:GetService("Workspace").Collectathon
  2. local wrd = "Football"
  3.  
  4. local function getAllFB()
  5.    for i = 1,56 do
  6.        wait(1)
  7.        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(folder[wrd..tostring(i)].Position)
  8.    end
  9. end
  10.  
  11. getAllFB()

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.