I know what the disable script feature is, what I am struggling on is if script.Disabled = true works for every different script that has it. For example, if three scripts had script.Disabled = true after certain amount of seconds, do they all disable after their timing or something different?
they will disable after their timing, then you can use another script to make it enabled again.