Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I find a parts position?

Asked by 9 years ago

How would I find a parts position/Rotation value?

2 answers

Log in to vote
0
Answered by 9 years ago

Both Position and Rotation can be found, via Scripts, using Part.CFrame. Learn more here.

Ad
Log in to vote
0
Answered by 9 years ago

In the command bar, type

print(game.Workspace.Part.Cframe)

Or put it in a script and press run. The Cframe of that part will show up in the output window in the format ~X ~Y ~Z

Answer this question