Title.
I’m having a hard time understanding the difference, and more importantly the use case of WorldCFrame over CFrame
Title.
I’m having a hard time understanding the difference, and more importantly the use case of WorldCFrame over CFrame
Since you’re talking about WorldCFrame, I’ll assume you mean of Attachments.
The CFrame for those is relative to it’s parent. For them the WorldCFrame is like the CFrame for Parts, relative to the world.
So for example if you want to put an attachment at the same position as some part, you can grab the part’s CFrame and paste it into the attachment’s WorldCFrame.
Best regards,
Pinker