SheetSync is a roblox studio plugin that let's you import data from Google sheets directly into studio.
Official Plugin: SheetSync - Roblox Creator Store
- Import data from Google sheets
- Generate:
- ModuleScripts
- Scripts
- Folders with value objects
- Choose destination (serverstorage, replicatedstorage or workspace)
- Preview data before you import
- Output frame for debugging
- Open SheetSync from the plugins tab
- Paste your google sheets url
- Make sure the sheet is public
- Choose:
- Output type
- Destination
- Output name
- Click Import
- Your data is imported in the destination you selected
- Converts a Google sheets url into a CSV export url
- Fetches the data using Roblox httpservice
- Parses headers and rows safely
- Automatically detects value types
- Generates instances or luau source code
- Logs every step in the output frame
- You must allow the plugin to use httpservice.
- You must allow the plugin to inject scripts
- Your Google sheet needs to be publicly accessible:
Code is released under the MIT License Free to use, modify, and distribute. Please see the 'LICENSE' file for more details
Happy building! :)