What is Better Variables module?
Better Variables module Is a module which is helping developers seeing changes of variables.
How can I get Better Variables module in my scripts?
If you are using a script, you can simply use
local Better_Variables_Module = require(5030236950).new()_
if you are using a local Script, then simply use
local Better_Variables_Module = require(Module_Location).new()
Also, do not forget to put this module:
Where Module_Location is.
How can I use Better Variables module in my scripts?
You can use it very simply, like any Instance using
Better_Variables_Module.Thing = AnotherThing
What is the best thing from Better Variables module?
The best thing that you can do is using the function :GetPropietyChangedSinal() which is returning a RBXScriptSignal.
This is an example of it:
Better_Variables_Module:GetPropietyChangedSignal(Name):Connect(function(OldValue,NewValue)
...
end)
If you want anything more from this module Reply, if you found a bug please send me an DM. Any bugs resolved/updates will be listed here.