#boolvalue not valuing

6 messages · Page 1 of 1 (latest)

chrome pewter
#

update:

if domain.Value == true then
-- S K I P
else
(code)
end

not even this works.

#

if you wonder, the domain.Value is equal to false whenever i print it out

#

okay guess what

sharp bridgeBOT
#

studio** You are now Level 5! **studio

chrome pewter
#
if script.Parent.Value.Value == false then
    print("it is false")
else
    print("it is true")
end
wait(1)
script.Parent.Value.Value = true
if script.Parent.Value.Value == false then
    print("it is false")
else
    print("it is true")
end
#

this works in a normal part