Ok so I have a script that makes a car move but it goes too fast so is there a way to reduce the speed and also is it possible to make a car follow a path so it can go in circles.
Here's the script:
for i = 0, -100, -.1 do
script.Parent:TranslateBy(Vector3.new(i,0,0)) wait()
end