I want to make a script that transfers its variables to another script. I've heard of remote events and remote functions but they only transfer from client to server or server to client, but not server to another server script. Any suggestions?
Using value instances will be your best bet, this is to share data across multiple scripts. You can also use Remote Events, which can be fired from a localscript, effecting the server in whichever way you want it to.