function onTouched(hit)
if hit.Name == "H1" then
hit.Parent.VehicleSeat.Throttle = 0
wait(10)
hit.Parent.VehicleSeat.Throttle = 1
end
end
script.Parent.Touched:connect(onTouched)
0
The throttle will accelerate the vehicle until its maxspeed. Torque will make it reach maxspeed faster.Tesouro407— 10y
0
Just want this : speed, 50 Max speed 13077855432— 10y
0
I don't think you can do that, but you can change the maxspeed to 50.Tesouro407— 10y
0
How to Change to maxspeed for using sprict?(same function)77855432— 10y