I’m making a game. I have a script that references another script. The script that it references is called GameVars, and it most definitely exists. When I type:
import GameVars
it says that there is no module named GameVars. How can I fix this? Thanks.