Large number of same scripts

Hello, I have one script with a lot of variables. Every object will use same script with same variables. Does it use more memory? What if I have 200+ game objects using that script. Does static solve the problem?

yea it consumes a lot of memory, what if you use a clas that holds all variables and the other script int he 200+ G.O that uses the variables script