Conditionnal zone, after connect

Hello, I want to display the name of the person who has connected instead of logging in, for that I was thinking of putting a condition, but I don’t know what condition to put to check that the person is well connected

@Teodor
Should I test if my connection id is greater than 0 to see if the person is connected?

once connected I want to delete an area with a condition, what condition can I put to hide the area

Just check the identity returned and if it returns a value or no.

1 Like

thanks