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

Can you use MoveTo () to move a part? [SOLVED]

Asked by 5 years ago
Edited 5 years ago

I want to make a car that is moved by MoveTo () is that possible? When I try this, the part does not move at all

Answer: I had to set a primary part and call the part Torso

0
I think moveto only works with humanoids. User#21908 42 — 5y
0
Yeah i added a humanoid to the part but it doesn't work MageMasterHD 261 — 5y
0
rather I have created a model in which a part and a humanoid MageMasterHD 261 — 5y
0
does the model have a primary part? theking48989987 2147 — 5y
0
No MageMasterHD 261 — 5y

2 answers

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

I had to set a primary part and call the part Torso

0
Why not just edit the question? Leamir 3138 — 5y
0
good idea xD MageMasterHD 261 — 5y
Ad
Log in to vote
0
Answered by 5 years ago

Humanoid:MoveTo() works if your car has a humanoid.

If you use Model:MoveTo(), it would teleport the car; whenever something blocks the movement, it will be placed on top.

I think using Forces would work better than using moveto()

Answer this question