I’m trying to make a swap position move but when it swaps positions the other user cannot swap since there position is now the opposites and I don’t know how to solve this so any help will be appreciated, thank you!
1 Like
save the position both point A and point B’s position, then teleport A to the saved position of B and teleport B to the saved position of A
1 Like
You have two convenient options.
The first and easiest would be to make two teams, and just swap the players team each time they die, resulting in them spawning at the opposite spawn.
Option number 2 is a bit more lengthy. You can disable character autoloads, and manually keep track of where a player spawns. Then, load the character to the opposite spawn position of the last. Basically, a custom spawning script.
1 Like
Store the original positions of both players then perform the switch using the recorded position of each player.