A TextLabel that would display if the server is up to date

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to create one TextLabel that would display if the server is updated or not.

  2. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried this one but it only shows the place version.

Here’s an example:
image

Your help is appreciated!

1 Like

When a server is created, check the server version with game.PlaceVersion, and send this version number to all other servers through a cross server message with MessagingService.

If a server receives a message that another server was created with a newer PlaceVersion, then make the status tip say “old server”, otherwise, do nothing.