[ad_1]
Created by dontbanimtoocool
Features:
local findCar = workspace['Cars']:FindFirstChild(game.Players.LocalPlayer.Name.."s_Car")
local newSettings = {
['BoostAmount'] = 30,
['MaxSpeed'] = 999,
['Accel'] = 5
}
local conf = findCar['Config']
conf.BoostAmount.Value = newSettings['BoostAmount']
conf.MaxSpeed.Value = newSettings['MaxSpeed']
conf.Accel.Value = newSettings['Accel']
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]