So previously I was given this script: <a href="https://gist.github.com/OneLuckyBird/803d3ac32c1c9c84c333dcb471aef931" rel="nofollow">https://gist.github.com/OneLuckyBird/803d3ac32c1c9c84c333dcb471aef931</a> Which works basically as a teleportation. A token on a GM layer named Teleport01A would link with another token named Teleport01B and when a player stepped on it, it would teleport them to the other and vice versa. I've run into some problems though and i'm trying to understand what i'm doing wrong. I've 3 pairs of teleporters named Teleport01A, Teleport02A, so on and so forth, and then the Teleport 01B, Teleport02B, etcetera, basically linking where I want the players to go back and forth. Only Teleporters 02A and 02B link up and allow the player to move freely. Teleporter 03A will teleport the player to 03B but not back. And Teleporter 01A and B don't work at all. Is there something i'm missing? Am I naming them incorrectly? Does anyone have an easier API Script for teleporting?