SheetSync | Import data from Google Sheets

Hello everyone :waving_hand:

We’re excited to announce SheetSync, a Roblox Studio plugin that lets you import structured data directly from Google Sheets into your game in seconds.

Perfect for developers who manage configs, balancing values, item data, NPC stats, or live iteration in spreadsheets and want a faster workflow inside Studio.

:link: Plugin:
Sheetsync - Roblox Creator Store


:sparkles: Features

  • Direct import from Google Sheets

  • Smart CSV parsing with automatic type detection

  • Generate:

    • ModuleScripts
    • Lua tables
    • Folder structures with Value objects
  • Select output destination

  • Live data preview before importing

  • Built-in logging system

  • Safe name sanitization


:rocket: How It Works

  1. Paste your Google Sheets URL
  2. Ensure the sheet is set to Anyone with the link → Viewer
  3. Choose output type and destination
  4. Click Import

Your data is generated instantly inside Studio.


:package: Example Output (ModuleScript)

local data = {
	{
		["Name"] = "Sword",
		["Damage"] = 25,
		["Rare"] = true
	}
}

return data

:warning: Requirements

  • HTTP Service enabled
  • Script injection permission granted
  • Publicly accessible Google Sheet

SheetSync is released under the MIT License and is free to use and modify. Check it out on GitHub

Thank you for your time, and we hope it improves your workflow.
We appreciate any feedback from the community.

8 Likes

oh that is very cool, ill test it

1 Like

this is very cool
just btw this should be in Resources > Community Resources

2 Likes

Thanks for telling me I didn’t know, I have changed it :slight_smile:

1 Like

I was about to say that to lol :grinning_face:

1 Like