How to get the Origin Orientation of a Model?
2 Likes
nvm, I discovered it:
local X, Y, Z = MyModel:GetPivot():ToOrientation()
local OrientationY = math.deg(Y) --< get Orientation.Y
10 Likes