I want to teleport up to 16 players, each to a different teleporter

Hi everyone, I’m working on a Creative 2.0 map with UEFN.
I have a button that triggers a Random Number Device, and depending on the number rolled, it activates a trigger.
If it’s 1 → I want to teleport up to 16 players, each to a different teleporter.
Does anyone know how to do this? I can’t seem to find the right way.

Use the Player’s Mention device. I’ve drawn a diagram, look at it.

If you’re using Verse you can get each player’s FortCharacter and then teleport them (TeleportTo()) to whichever location you want for each.