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

I'm trying to make a 'MoveTo' script, and this is as close as I've gotten. Any help, please?

Asked by
Surgo 0
9 years ago

while true do wait(math.random(1,4)) for i = -24.6, 29.2, 1 do cart = game.Workspace.Cart cart:MoveTo (10, 4, i) wait(0.001) end end

0
Please use the Code Block. bobafett3544 198 — 9y

Answer this question