I can make a messaging service function where all servers send info about their playercounts and so on but i wanna know if theres another way such as an api?
yes. You can use MessagingService
MessagingService | Documentation - Roblox Creator Hub
but The other way is to use Roblox Cloud Store like DataStore or MemoryStore hacky
Also Send requests to games.roblox.com to get Playing Data (not match your situation)
1 Like
It’s your lucky day:
If I rewrote that code today I would also add the place id to the messaging service topic instead of passing it in as a parameter, so that I don’t need to contact all servers but only the servers I’m interested in.
1 Like
well uhh, i already coded my messaging service by the time this was sent ;/ but thanks
2 Likes