How would I find a parts position/Rotation value?
Both Position
and Rotation
can be found, via Scripts
, using Part.CFrame
. Learn more here.
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