Im looking for a way to find game information that updates while ingame as the information likes to dislikes, players playing atm, visits, and favorites.
If there is a link on the roblox developer site that's fine, i couldn't find a post about it, please and thank you.
Not sure why you got flagged. No there is not a way to get game stats like dislikes and favorites unfortunately. You can update these values manually in a datastore through studio if you enable the correct settings in the game. After that you could pull it through already running servers.
Unfortunately the easiest way to automate that would be HttpService, however you can't use it with any roblox sites, if you were to make a site that would pull the data from roblox instead of the servers directly, you could get that data from your own site, and bypass that limitation. However that's going to be quite a bit of work setting up a website and might not be worth it to you.
If you're interested in concurrent players you can use data stores in order to try to keep track of that, just keep in mind the limitations surrounding how often you can access them.