How do I import data from excel to roblox?

We want to gather all pet stats, egg stats etc to one excel file and use that for writing down the stats instead of going one by one in the code. But we couldn’t figure out a way to do it.

2 Likes

Conver to json,then json to module

how do i convert json to module?

HttpService:JSONDecode()

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.