How could I make a list of all active vehicles show online?

I’m trying to make a way for people to be able to see all of the currently active vehicles across all servers online. My idea was it would look something like this so it could be sorted by which server the vehicle is in.


I was planning to modify a tutorial on using google sheets as a datastore (as I don’t think my game has ever had more than 100 players active at the same time so I don’t think I would hit any limits) but it looks like the method it was using has been disabled or something as I’m getting a 405 error.

I know I can send the data out from the game because I tested it using a webhook to check what it would send. I have my own website and domain but I have literally no idea how I would set it up so that it would take an input from Roblox and edit the existing data. It would need to update the train’s last position every time the game sends a new position out to the website.

Here’s the proof of concept using a webhook.


Thanks for anyones contributions!