Steps to Reproduce
I had a button that changed the color of around 100 other buttons. If I created this button while a player is in my condo, they could see it fine. However, if they left the condo and came back then it wouldn’t appear for them.
What I expected to happen
For them to see the button.
What happened
They can’t see it.
The workaround I used was removing all of the connections to other buttons, putting those connections on a timer, and syncing the disappearing button to the timer instead. Clients can see the button now.