i tried inserting it with an instance.new and also through roblox studio but it sitll doesn't have a value, can anyone help?
http://prntscr.com/jahq21
A CFrame Value can only be set with scripts. You won't be able to see it but it still can hold the value. To set it it's really easy
1 | local value = script.Parent -- Or where your value is |
2 |
3 | value.Value = CFrame.new( 0 , 0 , 0 ) -- Your CFrame |
pretty sure a CFrame Value can only be set with scripts, soooooooo you won't be able to see it (I think lol) but it can still hold the value!