of     1   

SilverMaster3
#139119073Thursday, July 03, 2014 6:06 PM GMT

Hello,all ! I have a problem in my construction, I would like to know the position (X,Y,Z) of a model in my place,but i don't know how to get there,i try to use a method that someone give in my other topic (in building helper) about this problem of model position and this method is : game.Workspace.modelname:GetModelCFrame() I open the ouput,then i write the method in the command bar,but then i entry this,the positions of the model does not appear in the output,and the output don't say any error about this method,otherwise I would have seen it because it is written in red in the output.When i entry the method at command bar,in the output it only show the method that i write,im waiting but they have no position of my model.Why ? Cordialy,Silver
RoflBread
#139122682Thursday, July 03, 2014 6:37 PM GMT

print(game.Workspace.modelname:GetModelCFrame().p)
SilverMaster3
#139126195Thursday, July 03, 2014 7:02 PM GMT

Thank you a lot sir,Worked well :D

    of     1