Is there any sort of configuration tool?

so i want to know if theres any config tool i could use for my game, basically, im making this basketball game, and i have it so different velocity’s are applied to a linearvelocity when a player does a dribble, and i have a dribble data module that just contains all the data for dribbles, like animation speed and such, CrossL = {
CancelRatio = 0.25,
Dir = {
f = 1,
r = 12,
},
FadeIn = 0.1,
FadeOut = 0.2,
Hand = “R”,
Id = “75057364642951”,
Keybind = {
[“1”] = “Enum.KeyCode.C”,
},
Priority = “Enum.AnimationPriority.Action4”,
ReqHand = “L”,
RequiresSprint = false,
RequiresW = false,
Speed = 1.35,
},. the dir table is the direction the player is going when doing the move, and the keys are a thing i use to change the velocity mid animation, so u could go left then right in a move, and for some moves this is super hard to config, constantly leaving and rejoining and change vals its super annoying, so i was wondering if theres any type of tool where i could just open a plugin or something and click on the dribble data module script, it show all the tables in the plugin panel, and i can go through and change the vals and see it update in game, and also have it save when i leave? i want to know if something like this already exist, or maybe how i could make it myself.

1 Like

Maybe something like this Configify - A runtime constant/config editor - #4 by fiss