1. --[[
  2. by Lxst#3789 | Drive World | Trailer Delivery + Food Delivery
  3. NOTE: YOU NEED TO BE IN A VEHICLE FOR THIS TO WORK!
  4. --]]
  5. getgenv().farmFood = true;
  6. getgenv().farmTrailer = false;
  7. getgenv().waitTime = 25 -- I recommend a 25-second delay; you can go lower, but I made it so that the script breaks if you do not get the rewards.
  8. loadstring(game:HttpGet('https://raw.githubusercontent.com/WhoIsVoid/ROBLOX-Scripts/main/Drive-World-AutoFarm'))()