Is there a way to retrieve table from Google Sheets or etc to Roblox?
For Google Sheets, you can use Google’s Sheets API. For other applications, it generally follows the same format: a script sends a GET request through HttpService; the Script then converts a JSON string to a Lua table.