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

How do we move a whole model? [closed]

Asked by 10 years ago

Say that i wanted to move a player, from one location to another. I tried that, knowing that Position is not a valid propety of Model. Any tips?

Locked by User#2

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
1
Answered by 10 years ago

To move a model from one location to another you should use the MoveTo method. If you would like to teleport a player from one location to another you can either use the MoveTo or CFrame the player's torso.

game.Workspace.Model:MoveTo(Vector3.new(5,5,5))
0
Thank you Robotized 5 — 10y
0
No problem. RaverKiller 668 — 10y
Ad