I want to move a car to a certain position. How can I do that.
Okay, this may be simple. The command isn't always 100% truly accurate, but
game.Workspace.CAR:Moveto(Vector3.new(x,y,z)) --replace CAR with the Car's model name and x,y,z with the position you want the car to move to
If the CAR is in another child of workspace, specify.