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?
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))
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?