I want to spawn multiple players on different maps for each round.
I have tried various ways of doing this myself. The result is that I have some sort of starting point at the beginning, and once there I spawn the players there. I then activate the player spawn for the map I want to spawn on (or teleport to the map I want to spawn on), which I found to be a good way to do it.
However, I’m not quite sure how to do the teleporting thing. (I know how to teleport myself. I mean, I don’t know how to teleport each of the players to a teleport for the number of players I have prepared on the map).
If I want each player to teleport to a random map based on their own judgement, how should I judge each player individually?
I have not thought this through yet, so I am sorry if my question is not clear enough.
Thanks in advance.
You will need to use the teleporter_device Using Teleporter Devices in Fortnite Creative | Fortnite Creative Documentation | Epic Developer Community but you will need to combine it with other devices, for example to give people a choice you can use the Pop-up Dialog Device Using Pop-up Dialog Devices in Fortnite Creative | Fortnite Creative Documentation | Epic Developer Community , which you can then connect based on what the player chose to the teleporter device.
If Im not mistaken teleporter devices based on events wont be randomized and will always send to the same one even if there’s many different ones connected, if your map is a free-for-all you can just assign each teleporter to a specific team which will essentially “filter” the players so they dont go to the same teleporter any more questions let me know,
Thank you!
Thanks to you I was able to complete it successfully!
I had been having trouble doing it for a long time and you really helped me!
Now I want to try to incorporate the pop-up dialogue device as well.
Thank you very much for your help and guidance!