Frame.Visible not working correctly (Does Nothing)

This problem started happening just today, and I’m 90% sure it’s a studio bug, but wanted to see if this is happening to anyone else.

When turning Frame.Visible true or false, sometimes it does nothing. If I check the property in the explorer, it has turned to either true or false, but the actual frame on the screen is still visible, even tho the Frame.Visible is false.

I have tried doing this both from local script and server script, the same issue still occurs.

If anyone has access to Bug Reports category, please check if this is happening to you too, and if so, file a bug report.

1 Like

Can you show the script you used please?

Likely a client-server replication issue on your end, a client’s UI need only be manipulated on that client.