I'm trying to display the Roblox server datacenter location (e.g. Frankfurt, Paris, etc.) in my game. I have a Server Script in ServerScriptService that fetches the server IP via ipconfig.io and matches it against a prefix table of Roblox datacenter IPs, then fires the location string to clients via a RemoteEvent. The problem is it doesn't show the location correctly, it should be Paris or Frankfurt but I always get US. Is the IP prefix table outdated? Does anyone have an updated list of Roblox datacenter IP ranges, or a better method to detect which datacenter the server is running on?
#Location Fetcher
1 messages · Page 1 of 1 (latest)
You can use an API with HTTP service
I have that already and still doesn't work
do you want to see my script to see what's wrong?
Free IP Geolocation API - lookup any IP address
If it's just returning wrong data nothing you can do
Try another API maybe
tried this too and still doesn't work
but why then some games like fisch for example shows the server location exactly how it's supposed to be?
Also I'm pretty sure it just shows me random server locations to be honest
Yesterday I only had us, now I only get Netherlands