Spawn each item from array once while being random

Hey, I am trying to figure out how to spawn a character from an array once, then spawn the next character at a different spawn point.

For example, I have 6 characters and 6 spawn points, 1 character at random will spawn at a spawn point.

Not sure how to go about getting only one character from the array to spawn and in the other spawn points spawn a different character

This assumes you have as many characters as there are locations:

1 Like

Thank you! So this would be an event perhaps in the Gamemode, and the location array are the spawn points?

That indeed did work! Thank you very much! The amount of times you have helped me

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.