Voting Booth How To Make

Hello!

I am currently working on a State group.

I have everything I need, but I can’t figure out how to make a voting booth system that connects to Google Sheets, and converts to JSON after the end.

You’re in luck! woot3 has made a Google Spreadsheets API that you can you for your project. The pictures are gone, but other than that it should have everything that you need.
https://devforum.roblox.com/t/using-google-spreadsheets-as-a-database/12658

For your JSON conversion, you can use HttpService:JSONEncode().
https://developer.roblox.com/en-us/api-reference/function/HttpService/JSONEncode

2 Likes

Would it function for a GUI based voting system for a State/City election?

It would be able to do that, yes. You would have to code your own solution to make that work, however.

Alright, thank you. I’ll be making this as the solution. Thank you.