so I got the code:
onready var Player = get_node("/root/World/Player")
I'm using it to check the position of my player. This is why I can't use preload and I don't know any other ways to get a node from a different scene.
The World node is pretty much my scene manager, where I stored all the scenes.