I may have an idea to Fix your teleporters.
First you add Collision Layer A on the teleporter, then do...
(e)=>{
e.other.pos = [Destination X, Destination Y]
}
To find the destination X & Y, go to the script menu of the destination block and locate 'Pos'
Hope this helps!