ROBLOX FORMULA F1™ RACING Script | MONEY FARM

Created by BaconLord

Features:

getgenv().AutoFarm = true
while AutoFarm do task.wait()
for i = 1,5 do
local args = {
   [1] = 90.862,
   [2] = 4,
   [3] = false
}

game:GetService("ReplicatedStorage").TimerLapEvent:FireServer(unpack(args))
end end