of     1   

dansk
#161927420Sunday, May 10, 2015 9:42 PM GMT

How would I move entire models? Ie I want a model with about 20 bricks to move to the right 20 studs. (CFrame it since it will move inside a brick). How would I do this?
bosswalrus
#161927525Sunday, May 10, 2015 9:43 PM GMT

There is a MoveTo method - http://wiki.roblox.com/index.php?title=MoveTo But that doesn't keep the Model's rotation which is :( I remember there was something else, another method that had to do with the primary part. Anyways someone will reply with it for sure, and what you want to do is possible. "I like to program" - Bosswalrus
nQqzRYVpIKA5jLP
#161927644Sunday, May 10, 2015 9:45 PM GMT

Learn to use the Wiki SetPrimaryPartCFrame
bosswalrus
#161927683Sunday, May 10, 2015 9:45 PM GMT

Yup that was it. "I like to program" - Bosswalrus
dansk
#161927774Sunday, May 10, 2015 9:46 PM GMT

Oh nice I didn't see that method. Thanks
chimmihc
#161927828Sunday, May 10, 2015 9:47 PM GMT

Example: model:SetPrimaryPartCFrame(CFrame value) -- or if you want to work in object space and add CFrames. model:SetPrimaryPartCFrame(model:GetPrimaryPartCFrame()*New CFrame) I script -~ chimmihc

    of     1