Hi thanks for the reply. Could you elaborate a bit more? I have the game unpacked but /game directory has a scripts.rar file that contains the .rpy files. The game still runs with those files in the .rar file, Im just wondering how to make the edits in the .rpy files take effect. Thanks
As AON said, Ren'Py can't run the rpy scripts from within an archive file (rar, zip, 7zip etc.). The rar file is probably just a backup of the original script files.
If the game runs fine, that means the actual script files are somewhere else, such as within a rpa file. If the game has rpa files, you'll need something like
UnRen to extract the game files (including the script files). Or you can just extract them from the rar file, though the risk is they might not be the same as the actual script files the game is currently using.
Try leaving your edited rpy files lose in the game folder (i.e. don't repack them in a rar file), and then check if your changes take effect. The lose, edited rpy files should have priority over files within a rpa file. If the game complains about duplicate labels, quit and restart the game to fix it.
If you're modding a released game, you shouldn't be deleting the existing rpyc files either, you'll end up breaking existing saves.