[ad_1]
Created by lucasgauer
Features:
- AUTO FARM
For this work you will need to be seated on car
for _,t in pairs(getgc(true)) do
if type(t) == 'table' then
if rawget(t, "MaxSpeed") then
rawset(t, "MaxSpeed", 100)
if rawget(t,'Torque') then
rawset(t,'Torque', 2000)
if rawget(t,'BrakeForce') then
rawset(t,'BrakeForce',-50)
if rawget(t,'MaxSteerAngle') then
rawset(t,'MaxSteerAngle', math.huge)--did not saw a difference from this
end
end
end
end
end
end
Teleport checkpoints and probably finish to you(it lags when you drive on the checkpoints)
local lp = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
for i,v in pairs(game:GetService("Workspace").Race.Checkpoints:GetChildren()) do
v.CFrame = lp
task.wait()
game:GetService("Workspace").Race.FinishLine.CFrame = lp
end
Teleport finish of time trial(I think every car have its number to reach finish line, or you can’t get under 15 seconds)
warn('executed')
wait(14)
local lp = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
for i,v in pairs(game:GetService("Workspace").TimeTrial:GetChildren()) do
if v.Name == 'Finish' then
v.CFrame = lp
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]