This doesn’t need to return an array. Make it a tuple(float, float, float) instead, so i do not need to access its values inside a failable context.
# Makes an `[]float` with three elements:
# * *yaw* degrees of `rotation`
# * *pitch* degrees of `rotation`
# * *roll* degrees of `rotation`
# using the conventions of `MakeRotationFromYawPitchRollDegrees`.
(Rotation:rotation).GetYawPitchRollDegrees<native><public>()<varies>:[]float