Accessing Datastore Values Outside of Roblox

Hi! Recently I’ve added a suggestions part of my game that saves all of the suggestions as a giant table using DatastoreService. Is there any way for me to access this data outside of Roblox? The end goal is to have a program that can display all of the suggestions for me and then I can just read through them one by one. Thanks in advance!

You should setup your own server, to send requests and store information in a database. This would be the most reliable way since you wouldn’t have to worry much about security issues.