I want to synchronize a custom timer function so that when a new player joins mid-game, they see the same timer display as other players.

I have created a custom timer function in Verse.
After the game starts, I want to display the UI to all players in the map and ensure that any players who join later see the same screen with the same time displayed.
Could you tell me which parts need to be modified?

Thank you!