I was thinking instead of me making one big script to instead divide it among other smaller scripts and pass global variables around for things i needed to access. Things like player names, People in my block lists etc.

I was wondering how inefficient the method of using global vars in rr is?
I dont want to go rewrite my scripts and then find out that using global vars is very very bad lol.