1 Like
Perhaps it was hidden because CFrame is visible there, just like in the properties window.
Hi rogeriodec_games,
Position and Orientation are properties with the Hidden
attribute, as in they are not intended for widespread use, and will not be visible for the debugger to see (This Hidden attribute is noted in the documentation for BasePart).
One alternative place to look for these values in the debugger is CFrame.p for position, and the public Rotation attribute for a substitute for Orientation.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.