of     1   

Skriptons
#162139200Thursday, May 14, 2015 9:46 PM GMT

Is there a way to get a position of a model?
instawin
#162139316Thursday, May 14, 2015 9:48 PM GMT

you can get the primary part's CFrame model:GetPrimaryPartCFrame() there's another method but i believe it is deprecated
chimmihc
#162139680Thursday, May 14, 2015 9:53 PM GMT

:GetModelCFrame() I script -~ chimmihc
buildersteven4
#162139702Thursday, May 14, 2015 9:54 PM GMT

Yep. GetModelCFrame is deprecated
chimmihc
#162139933Thursday, May 14, 2015 9:57 PM GMT

Still works and there is nothing replacing it. Roblox logic: K gonna get depreciate this useful method but not make a new one to use. I script -~ chimmihc
warspyking
#162141751Thursday, May 14, 2015 10:23 PM GMT

@chim It's deprecated in favor of PrimaryPart Because PrimaryPart solves everything you needed that method for :P
chimmihc
#162141855Thursday, May 14, 2015 10:24 PM GMT

Primary part acts nothing like it, it is used for completely different things. I script -~ chimmihc
warspyking
#162142134Thursday, May 14, 2015 10:28 PM GMT

Lies What can you do with the method that you can do using PrimaryPart? :)
chimmihc
#162142266Thursday, May 14, 2015 10:30 PM GMT

Get the center of the model without placing an invisible part there just for that purpose. I script -~ chimmihc
warspyking
#162143051Thursday, May 14, 2015 10:42 PM GMT

PrimaryPart is meant for that...
buildersteven4
#162143409Thursday, May 14, 2015 10:47 PM GMT

It may be meant for that but it doesn't do that.
chimmihc
#162143946Thursday, May 14, 2015 10:53 PM GMT

You have to figure out the exact extents of the model to get the size and position right, any changes means resizing and repositioning the primary part. A lot more work then simply model:GetModelCFrame(). I script -~ chimmihc

    of     1