#help? IsVisible Variable not working

17 messages · Page 1 of 1 (latest)

winter barn
#

is this a local script

empty iris
#

What exactly isnt working?

unkempt thistleBOT
#

studio** You are now Level 4! **studio

empty iris
#

Well try to indent the for loop

#

I think the problem is from there

#

or not actually

#

oh you dont need to

#

ohh i think ik where the problem is

unkempt thistleBOT
#

studio** You are now Level 1! **studio

empty iris
#

when you check timeval you are comparing the instance timeval to 1 which is not true. you should do timeval.Value instead

noble cave
#

timeval.Value == 1

empty iris
#

Yep exactly

#

oh

noble cave
#

also i dont see a reason to make a value for time cuz u can just do if TimeT == 1 then visible = false in for loop

#

also

#

here you get boolean

#

so u should do local TextLabel = PlayerGui.ScreenGui.TextLabel and then set TextLabel.Visible