I think you did the same thing wrong as I did.
You have to see the setPlayerTransform event as the MoveToBrick event, but then the name of the brick and the event reversed.
Example:
If you want to go from brick A, to B, you need to put in this event
On brick A:
OnActivate/OnBotActivated/OnPlayerTouch/etc.>>B>>setPlayerTransform
I hope this fixed your problem. :c