I have a script called Attack and it has a TowerStats variable called towerStats (TowerStats is another script). I have another Script called BaseInstantAttack and it inherits from Attack. When I try to use towerStats in BaseInstantAttack to get the TowerStats script it does not let me, and since I will have multiple scripts need to use TowerStats that inherit from attack I don’t want to have to copy paste that line into every single one. Sorry if this is obvious im new to learning inheritence.