of     1   

Creeper_Dude158
#220003141Thursday, June 29, 2017 3:16 AM GMT

I'm trying to move an ENTIRE model,, but who do i use :MoveTo? why can't we just use a CFrame.new for Models?
TheKgroup
#220003188Thursday, June 29, 2017 3:17 AM GMT

You can, you can do (directory to model):(CFrame.new(0,0,0) ngroup stole my cookie
BunnyBoy26
#220003409Thursday, June 29, 2017 3:21 AM GMT

CFrame is a property of BasePart, of which Model is not. To use MoveTo: workspace.Model:MoveTo(Vector3.new(1,2,3)) as an example.
Cosmerth
#220004309Thursday, June 29, 2017 3:47 AM GMT

^^^^^ Yeah, that is the most simple way.
Creeper_Dude158
#220030583Thursday, June 29, 2017 2:27 PM GMT

so I'm doing what you said, and when i add a wait into it so it delays it it gets underlined. any idea why?
1fm
#220030643Thursday, June 29, 2017 2:28 PM GMT

show code
Creeper_Dude158
#220032793Thursday, June 29, 2017 3:11 PM GMT

hmm, none of those seem to be working. Can you maybe give a more In-Deph answer, I've been working on trying to get it for 2 hours now.
SlimeMan22
#220033780Thursday, June 29, 2017 3:28 PM GMT

Model:MoveTo(Vector3.new(x,y,z)) NULL > NIL
Telasim0
#220034181Thursday, June 29, 2017 3:36 PM GMT

omg I had the same problem yesterday game.Workspace.model.MoveTo:(Vector3.new(insert location here)) Make sure to name "model" to the model name you're trying to move.
Telasim0
#220034236Thursday, June 29, 2017 3:37 PM GMT

game.Workspace.model:MoveTo(Vector3.new(insert location here)) sorry about that, ignore my other code.

    of     1