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

How can i teleport models?

Asked by 8 years ago

with objects, since they have a position property we can teleport them easily, i have seen model teleporting in games, but i don't know the code for it.

0
This isn't a request site. JJ_B 250 — 8y

1 answer

Log in to vote
1
Answered by
Mokiros 135
8 years ago

You can use :SetPrimaryPartCFrame(CFrame value), or :MoveTo(Vector3 value). First moves model by primary part CFrame, second moves model by the center of the model.

Ad

Answer this question