Store data in modulescript with plugin

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    to help orginize a game i made a excel like plugin.
    it holds data about tools players can use like damage, reload, swingtime

  2. What is the issue? Include screenshots / videos if possible!
    from the plugin, i like to save the data in a module script

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    transfer the table into json and then …
    return game:GetService("HttpService"):JSONDecode(...)

i hope there is a better way