How am I supposed to edit a module script with a plugin?
For example:
["Example"] = {
Price = 0,
},
I want my plugin to edit the Price value and make it 5
How am I supposed to edit a module script with a plugin?
For example:
["Example"] = {
Price = 0,
},
I want my plugin to edit the Price value and make it 5
To my knowledge, it is not possible, You can however, do this differently by having a function inside the module script which would be intended to add a value, edit a value or whatever. Then you just call it whenever you want.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.