GetCFrameFromInstance
Converts an Instance to a CFrame
Functions
getCFrameFromInstance
Converts an Instance to a CFrame
Valid Instances:
Instance | Conversion Method |
---|---|
CFrameValue | Uses .Value |
Vector3Value | Converts .Value to a CFrame |
BasePart | Use .CFrame |
Attachment | Uses .WorldCFrame |
Model | Uses :GetPivot() |
An Instance can also be linked from an ObjectValue, but the depth is limited to 1