Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How to make this sprict to Change Vehicle speed ? But keep this function

Asked by 10 years ago
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. Tesouro 407 — 10y
0
Just want this : speed, 50 Max speed 130 7785543 2 — 10y
0
I don't think you can do that, but you can change the maxspeed to 50. Tesouro 407 — 10y
0
How to Change to maxspeed for using sprict?(same function) 7785543 2 — 10y

Answer this question