How to use a signal to teleport a player from another scene?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DPadderz

I’m trying to make the player enter a house via entering an Area2D’s collision, which switches them to a scene with interior rooms and the Player scene connected. However, I don’t know how to script a way so a signal will teleport the player in the other scene to a specific location.