Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

CFramevalue has no value. could someone please help?

Asked by
Elixcore 1337 Moderation Voter
6 years ago

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

2 answers

Log in to vote
2
Answered by 6 years ago

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

local value = script.Parent -- Or where your value is

value.Value = CFrame.new(0,0,0) -- Your CFrame
0
To read it use the same way (if value.Value == ... then) User#20388 0 — 6y
0
or print(value.Value) User#20388 0 — 6y
0
thank you a ton! Elixcore 1337 — 6y
0
Np :) User#20388 0 — 6y
Ad
Log in to vote
0
Answered by 6 years ago

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!

0
.-. Elixcore 1337 — 6y

Answer this question