How does CFrame Value work

So I am working with a framework right now and it has offset folder and then CFrame value, as default you can’t change it so what other way can you change the CFrame in it or see the CFrame?

CFrameValues do have a Value property, it just can’t be changed from the studio window. You can change it through scripts though, it works the same as other value instances

1 Like

Through command bar or scripts:
CFrameVal.Value = CFrame.new(0, 0, 0)
Setting something to CFrameValue:
Part.CFrame = CFrameVal.Value

Here’s documentation on CFrameValue: CFrameValue | Documentation - Roblox Creator Hub