By Fox Jet Studios
Sync data from Google Sheets directly into Roblox Studio in seconds. SheetSync turns spreadsheets into ModuleScripts, Luau tables, or structured folders, powered by a fast and reliable import pipeline.
Perfect for configs, balancing values, item data, NPC stats, leaderboards, and live iteration without touching code every time.
Official Plugin: Event Tracker - Roblox Creator Store
-
✅ Import data straight from Google Sheets
-
✅ Automatic CSV parsing with smart type detection
-
✅ Generate:
- ModuleScripts
- Luau tables
- Folders with Value objects
-
✅ Choose output destination (ServerStorage, ReplicatedStorage, Workspace)
-
✅ Live data preview before importing
-
✅ Clean, modern, and intuitive UI
-
✅ Built-in logging with success, warning, and error states
-
✅ Safe name sanitization for Roblox instances
- Download the plugin
.rbxmor.rbxmxfile - Open Roblox Studio
- Go to Explorer → Plugin → Save as local plugin
- Load the plugin in your game
Or install it directly from the Roblox Creator Store (recommended so you get auto-updates).

-
Open SheetSync from the Plugins tab
-
Paste your Google Sheets URL
-
Make sure the sheet is public:
- Share → Anyone with the link → Viewer
-
Choose:
- Output Type (ModuleScript, Folder + Values, Luau Table)
- Destination
- Output Name
-
Click Import
-
Your data is instantly generated in the selected location
Use Preview to inspect parsed data before importing.
Creates a ModuleScript returning a Luau table:
local data = {
{
["Name"] = "Sword",
["Damage"] = 25,
["Rare"] = true
}
}
return dataCreates a folder where:
- Each row becomes a folder
- Each column becomes a
StringValue,NumberValue, orBoolValue
Great for designers who prefer visual data.
Creates a Script that returns a raw Luau table, ideal for quick requires or legacy setups.
SheetSync uses a multi-step import pipeline:
- Converts a Google Sheets URL into a CSV export
- Fetches data using Roblox HTTP services
- Parses headers and rows safely
- Detects value types automatically
- Generates Roblox instances or Luau source code
- Logs every step in real time
No external dependencies. No runtime overhead.
Demonstration video:
Demonstration.mp4
- You must allow the plugin to use HTTP Service and script injection
- Google Sheet must be publicly accessible with the permissions below:
Code is released under the MIT License Free to use, modify, and distribute. See the LICENSE file for full details.
- Questions or suggestions? Contact us via Fox Jet Studios
- Follow us on social media Fox Jet Studios
- Your feedback makes the plugin even better!