When you drag an attachment around, the WorldCFrame property does not update its ‘Position’ value in the properties panel. This is odd because:
- Rotating the attachment does re-update the value.
- The CFrame property does have its ‘Position’ component updated accordingly.
Below is a video showing the issue. You can see that when I drag the attachment around, the Position component of the WorldCFrame property does not update. The other properties like the CFrame value do update properly. And once I start rotating the attachment, the Position component of the WorldCFrame property is updated accordingly.
Expected behavior
When I drag the attachment around I expect the WorldCFrame’s ‘Position’ component to update its value in the properties panel.