Alternatives to values/attributes for storing instance-related information?

i use module configs for guns, but my system is very instance related and honestly i get lost in the many attributes each instance has and its just not pleasing to look at and i keep messing up values attributes whatever. for example an instance has an attribute cangrab now is there a better way to store this somehow and be able to check for it?
ive thought about collectionservice but i lowkey dont look forward to working with that

Use a ModuleScript to store your configurations as a table that you return.