Modifications
Last updated
Last updated
TO BE DEPRECATED SOON
This feature will be deprecated in version 7 and higher due to unlikely usage and the introduction of Custom Data Module's. It's recommended to either continue using version 6 when this update releases or begin your switch to using using Module Scripts.
Modifications is a new way to organize script's that can access the DataStore and due to it's position in the hierarchy means you can easily distribute your creations online to other's!
BEWARE OF LIMITATIONS:
To have other scripts access the scripts in Modifications, You will likely also need RemoteEvents or BindableEvents in ReplicatedStorage
Avoid using LocalScripts! Changes you make in a local script will likely not save
If you are distributing then keep your hierarchy and referencing generic and simple and avoid using things or names that others may not have
If you are downloading other's modifications scripts then beware of "malicious or obfuscated code" ( , , , , , and are all lines of code to be very careful about. More information here: )