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

How do you increase the loss rate on velocity?

Asked by 4 years ago

Title says it all, i wanna know how i can make a part loss velocity faster and go to 0, 0, 0

Thx

1 answer

Log in to vote
0
Answered by 4 years ago

you could do a for loop

local velocity = game.Workspace.Car.Velocity
for i = velocity, 0, -1 do
    velocity = i
end
Ad

Answer this question