make empty object , attact script with it
create required script Instance like
private ScriptName object;
then get components of required that you want to disables …
in start function
object.GetComponent();
then write after animation complete
object.enabled = false ;
hope you understand , advance sory if any mistake bcz its my first atempt to answer …