You can write your topic however you want, but you need to answer these questions:
-
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 -
What is the issue? Include screenshots / videos if possible!
from the plugin, i like to save the data in a module script -
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