Server Status Script

Hello, how can I make a script to know the server status:
RobloxScreenShot20200405_220354705

1 Like

Currently, I don’t know if that can be scripted, but it can manully changed…

You could use messaging service

Or

You could use a modulescript required by id and have a value on the server with the servers current version. Compare the current version of the server with the version in the modulescript and simply update the value in the modulescript and publish it to change the latest version.

2 Likes

Or you could use and see if its the latest.

DataModel | Documentation - Roblox Creator Hub

1 Like

Make a website on repl.it (you must sign up) then make a script that gets data from that using :GetAsync then you can update it every update or so without having to update the entire game

1 Like

How would you know what the latest version is for the current server? PlaceVersion determines the current version of the place the server is using, so how would you get the latest version? GetLatestAssetVersionAsync from InsertService maybe, was this what you were thinking?

1 Like