get paid to paste

Legends Of Speed Script | AUTOORBS, AUTOHOOPS,...

getgenv().AutoFarm = true

local LocalPlayer = game:GetService("Players").LocalPlayer
while getgenv().AutoFarm do
   pcall(function()
       for _, v in pairs(workspace.Hoops:GetChildren()) do -- > Hoops folder
           v.CFrame = LocalPlayer.Character.HumanoidRootPart.CFrame -- > Teleports the Hoop to your character.
       end
       for _, v in pairs(workspace.orbFolder:GetDescendants()) do -- > Orbs + Gems folder
           if (v.Name == "outerOrb" or v.Name == "outerGem") then
               v.CFrame = LocalPlayer.Character.HumanoidRootPart.CFrame -- > Teleports the Gem / Orb to your character.
           end
       end
       wait()
   end)
end

Pasted: Apr 4, 2023, 11:31:30 am
Views: 203