of     1   

SeanMichaell
#63452847Sunday, February 26, 2012 2:13 AM GMT

isn't there a function to move a model and its contests to a certain cframe? and if yes can someone tell me it and explain it?
unholysoda
#63452981Sunday, February 26, 2012 2:15 AM GMT

Model:MoveTo(Vector3.new(0,0,0)
SeanMichaell
#63453050Sunday, February 26, 2012 2:16 AM GMT

thankyou Very much
HatHelper
Top 25 Poster
#63453728Sunday, February 26, 2012 2:27 AM GMT

That's more like .Position. This is CFrame: Model:TranslateBy(Vector3.new(0,10,0))
SeanMichaell
#63453781Sunday, February 26, 2012 2:28 AM GMT

wouldn't Model:TranslateBy(Vector3.new(0,10,0)) just move the model 10 studs upward?
HatHelper
Top 25 Poster
#63453847Sunday, February 26, 2012 2:30 AM GMT

Yes? MoveTo moves a model to a position, and if not sufficient space, it moves it up. Like a copying a brick. Try this: Model:TranslateBy(yourposition-Model:GetModelCFrame().p) That will move it to yourposition

    of     1