Is it possible to make a debounce for multiple scripts? Or must I combine the scripts to make it work? If it is possible, please tell why. Thanks.
Using a BoolValue, yes. You connect two scripts to a single BoolValue and you set the value to true when you don't want any script to run and back to false to allow running.