#ImageLabel, dissappear help
16 messages · Page 1 of 1 (latest)
In-game time
Relative to the sun, I want it to appear at night and disappear during the day
i want this light image to disappear in the daylight
Well go to your daylight cycle script and add a check on when day comes or sets
OK, I've got that figured out
What next?
** You are now Level 1! **
then just set your UI visible to false
Can I have an example? I don't Know what to type for the script
Im on phone rn so I am gonna try
Okay
So wherever your check condition is you could go into all players UI by using Game:getservice(“players”) and you can set all of their ui invisible by unticking the visible value to false that should work also capitalization is not correct
OK my script looks like this, where do I add checks?
just whenever it is day time fire a bindable event or just set everyones UI to false
But it won't happen automatically?